From 5186ed22ef34cfdd30a67d06a42db6c89ca7a916 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 20 Mar 1996 21:17:34 +0000 Subject: *** empty log message *** --- libdiskfs/lookup.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'libdiskfs/lookup.c') diff --git a/libdiskfs/lookup.c b/libdiskfs/lookup.c index 5d1c6b19..4e903f88 100644 --- a/libdiskfs/lookup.c +++ b/libdiskfs/lookup.c @@ -118,13 +118,3 @@ diskfs_lookup (struct node *dp, return err; } - /* If we will be modifying the directory, make sure it's allowed. */ - if (type == RENAME - || (type == REMOVE && inum) - || (type == CREATE && !inum)) - { - err = diskfs_checkdirmod (dp, np, cred); - if (err) - goto out; - } - -- cgit v1.2.3