cifs: remove unnecessary dentry_unhash on rmdir/rename_dir
authorSage Weil <sage@newdream.net>
Tue, 24 May 2011 20:06:22 +0000 (13:06 -0700)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 26 May 2011 11:26:59 +0000 (07:26 -0400)
commitb6ff24a333267a6810e28ee5b9fc539d149c52f0
tree10385e729ad81e9eeab2909cb64e99e73cb42c4c
parent7ca57363880c2b321ff64d34a82ae4af86ee52d5
cifs: remove unnecessary dentry_unhash on rmdir/rename_dir

Cifs has no problems with lingering references to unlinked directory
inodes.

CC: Steve French <sfrench@samba.org>
CC: linux-cifs@vger.kernel.org
Signed-off-by: Sage Weil <sage@newdream.net>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/cifs/inode.c