diff options
Diffstat (limited to 'fs/hpfs/namei.c')
-rw-r--r-- | fs/hpfs/namei.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/hpfs/namei.c b/fs/hpfs/namei.c index b1c72a92c14e..b9fe158fd7ba 100644 --- a/fs/hpfs/namei.c +++ b/fs/hpfs/namei.c | |||
@@ -461,6 +461,8 @@ static int hpfs_rmdir(struct inode *dir, struct dentry *dentry) | |||
461 | int err; | 461 | int err; |
462 | int r; | 462 | int r; |
463 | 463 | ||
464 | dentry_unhash(dentry); | ||
465 | |||
464 | hpfs_adjust_length(name, &len); | 466 | hpfs_adjust_length(name, &len); |
465 | hpfs_lock(dir->i_sb); | 467 | hpfs_lock(dir->i_sb); |
466 | mutex_lock(&hpfs_i(inode)->i_parent_mutex); | 468 | mutex_lock(&hpfs_i(inode)->i_parent_mutex); |