From e7cc04f571685cb9396f254ebe5d7145266a32a4 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Fri, 14 Feb 1997 01:23:21 +0000 Subject: (diskfs_S_file_exec): Pass a prototype peropen instead of the dotdotport and depth to diskfs_make_peropen. --- libdiskfs/file-exec.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libdiskfs') diff --git a/libdiskfs/file-exec.c b/libdiskfs/file-exec.c index 57e9cbd0..1482f1b0 100644 --- a/libdiskfs/file-exec.c +++ b/libdiskfs/file-exec.c @@ -112,9 +112,7 @@ diskfs_S_file_exec (struct protid *cred, #endif if (! err) - err = diskfs_create_protid (diskfs_make_peropen (np, O_READ, - cred->po->dotdotport, - cred->po->depth), + err = diskfs_create_protid (diskfs_make_peropen (np, O_READ, cred->po), cred->user, &newpi); if (! err) -- cgit v1.2.3