vfs: push dentry_unhash on rmdir into file systems
[deliverable/linux.git] / fs / cifs / inode.c
index 8852470b4fbb50b55907cbbd2f4d75357a9f0776..cee5896bcf56e414c72b586c1cd71ce9fd3dcdaf 100644 (file)
@@ -1461,6 +1461,8 @@ int cifs_rmdir(struct inode *inode, struct dentry *direntry)
 
        cFYI(1, "cifs_rmdir, inode = 0x%p", inode);
 
+       dentry_unhash(direntry);
+
        xid = GetXid();
 
        full_path = build_path_from_dentry(direntry);
This page took 0.03845 seconds and 5 git commands to generate.