vfs: push dentry_unhash on rmdir into file systems
[pandora-kernel.git] / fs / fat / namei_vfat.c
index adae3fb..d7b9383 100644 (file)
@@ -824,6 +824,8 @@ static int vfat_rmdir(struct inode *dir, struct dentry *dentry)
        struct fat_slot_info sinfo;
        int err;
 
+       dentry_unhash(dentry);
+
        lock_super(sb);
 
        err = fat_dir_empty(inode);