commit | 07850552b92b3637fa56767b5e460b4238014447 | [log] [tgz] |
---|---|---|
author | Tyler Hicks <tyhicks@linux.vnet.ibm.com> | Fri Apr 29 16:26:27 2011 -0500 |
committer | Tyler Hicks <tyhicks@linux.vnet.ibm.com> | Fri May 27 11:46:14 2011 -0500 |
tree | 2b3da6ab0f16a77492bb2d42a667f4c21d4b4f45 | |
parent | 61c4f2c81c61f73549928dfd9f3e8f26aa36a8cf [diff] |
eCryptfs: Clear i_nlink in rmdir eCryptfs wasn't clearing the eCryptfs inode's i_nlink after a successful vfs_rmdir() on the lower directory. This resulted in the inode evict and destroy paths to be missed. https://bugs.launchpad.net/ecryptfs/+bug/723518 Signed-off-by: Tyler Hicks <tyhicks@linux.vnet.ibm.com> Cc: <stable@kernel.org>