From 22f6258e833068204f028ae02683249d287387a2 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 20 Mar 1996 21:13:17 +0000 Subject: (diskfs_lookup_hard): Don't do final permission checking here. --- ufs/dir.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'ufs') diff --git a/ufs/dir.c b/ufs/dir.c index 73ed5f02..843735c2 100644 --- a/ufs/dir.c +++ b/ufs/dir.c @@ -238,16 +238,6 @@ diskfs_lookup_hard (struct node *dp, char *name, enum lookup_type type, assert (0); } - /* 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; - } - if ((type == CREATE || type == RENAME) && !inum && ds && ds->stat == LOOKING) { /* We didn't find any room, so mark ds to extend the dir */ -- cgit v1.2.3