From 3b0c127a7837931e870dea008564218e3d7c101c Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 16 Sep 1994 15:53:01 +0000 Subject: Formerly dir-lookup.c.~8~ --- libdiskfs/dir-lookup.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'libdiskfs/dir-lookup.c') diff --git a/libdiskfs/dir-lookup.c b/libdiskfs/dir-lookup.c index e764cc3c..d96acce6 100644 --- a/libdiskfs/dir-lookup.c +++ b/libdiskfs/dir-lookup.c @@ -216,12 +216,9 @@ diskfs_S_dir_lookup (struct protid *dircred, ngids = dircred->ngids; } - /* We turn off O_NOLINK here if this is not the last - component because fsys_getroot always thinks it's the - last node. */ error = fsys_getroot (control, dirfile, MACH_MSG_TYPE_COPY_SEND, uids, nuids, gids, ngids, - lastcomp ? flags : flags & ~O_NOLINK, + lastcomp ? flags : 0, retry, retryname, returned_port); /* If we got MACH_SEND_INVALID_DEST or MIG_SERVER_DIED, then -- cgit v1.2.3