vfs: push dentry_unhash on rmdir into file systems
[deliverable/linux.git] / fs / jfs / namei.c
index eaaf2b511e89a64613bd281f82029ee869358484..0569daca86ad6829d913ba360fb463dcc7cfa4cb 100644 (file)
@@ -360,6 +360,8 @@ static int jfs_rmdir(struct inode *dip, struct dentry *dentry)
 
        jfs_info("jfs_rmdir: dip:0x%p name:%s", dip, dentry->d_name.name);
 
+       dentry_unhash(dentry);
+
        /* Init inode for quota operations. */
        dquot_initialize(dip);
        dquot_initialize(ip);
This page took 0.025955 seconds and 5 git commands to generate.