diff options
Diffstat (limited to 'fs/ext3/namei.c')
-rw-r--r-- | fs/ext3/namei.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ext3/namei.c b/fs/ext3/namei.c index 32f3b8695859..552f94d7cf3d 100644 --- a/fs/ext3/namei.c +++ b/fs/ext3/namei.c | |||
@@ -2074,6 +2074,8 @@ static int ext3_rmdir (struct inode * dir, struct dentry *dentry) | |||
2074 | struct ext3_dir_entry_2 * de; | 2074 | struct ext3_dir_entry_2 * de; |
2075 | handle_t *handle; | 2075 | handle_t *handle; |
2076 | 2076 | ||
2077 | dentry_unhash(dentry); | ||
2078 | |||
2077 | /* Initialize quotas before so that eventual writes go in | 2079 | /* Initialize quotas before so that eventual writes go in |
2078 | * separate transaction */ | 2080 | * separate transaction */ |
2079 | dquot_initialize(dir); | 2081 | dquot_initialize(dir); |