vfs: dentry_unhash immediately prior to rmdir
authorSage Weil <sage@newdream.net>
Tue, 24 May 2011 20:06:04 +0000 (13:06 -0700)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 26 May 2011 11:26:46 +0000 (07:26 -0400)
This presumes that there is no reason to unhash a dentry if we fail because
it is a mountpoint or the LSM check fails, and that the LSM checks do not
depend on the dentry being unhashed.

Signed-off-by: Sage Weil <sage@newdream.net>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found