diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-06-15 01:55:58 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-06-15 01:55:58 +0000 |
commit | 53b3988d474435254a3b053a68bb24ce9e439295 (patch) | |
tree | f8da8e40f01f4ad02bbd76b8c9920749b118235f /fs/minix | |
parent | b0cb48abe83d1a4389ea938bf624f8baa82c5047 (diff) |
Merge with 2.3.99-pre9.
Diffstat (limited to 'fs/minix')
-rw-r--r-- | fs/minix/namei.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/minix/namei.c b/fs/minix/namei.c index 7dc20ea7c..653c3415a 100644 --- a/fs/minix/namei.c +++ b/fs/minix/namei.c @@ -409,7 +409,6 @@ static int minix_rmdir(struct inode * dir, struct dentry *dentry) inode->i_ctime = dir->i_ctime = dir->i_mtime = CURRENT_TIME; dir->i_nlink--; mark_inode_dirty(dir); - d_delete(dentry); retval = 0; end_rmdir: brelse(bh); @@ -444,7 +443,6 @@ static int minix_unlink(struct inode * dir, struct dentry *dentry) inode->i_nlink--; inode->i_ctime = dir->i_ctime; mark_inode_dirty(inode); - d_delete(dentry); /* This also frees the inode */ retval = 0; end_unlink: brelse(bh); |