From 53b3988d474435254a3b053a68bb24ce9e439295 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 15 Jun 2000 01:55:58 +0000 Subject: Merge with 2.3.99-pre9. --- fs/ufs/namei.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'fs/ufs/namei.c') diff --git a/fs/ufs/namei.c b/fs/ufs/namei.c index c60fcbcdb..2bd998cf3 100644 --- a/fs/ufs/namei.c +++ b/fs/ufs/namei.c @@ -673,7 +673,6 @@ static int ufs_rmdir (struct inode * dir, struct dentry *dentry) dir->i_nlink--; inode->i_ctime = dir->i_ctime = dir->i_mtime = CURRENT_TIME; mark_inode_dirty(dir); - d_delete(dentry); end_rmdir: brelse (bh); @@ -730,7 +729,6 @@ static int ufs_unlink(struct inode * dir, struct dentry *dentry) mark_inode_dirty(inode); inode->i_ctime = dir->i_ctime; retval = 0; - d_delete(dentry); /* This also frees the inode */ end_unlink: brelse (bh); -- cgit v1.2.3