From: Tyler Hicks Date: Fri, 29 Apr 2011 21:26:27 +0000 (-0500) Subject: eCryptfs: Clear i_nlink in rmdir X-Git-Tag: v3.0-rc1~40^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07850552b92b3637fa56767b5e460b4238014447;p=pandora-kernel.git 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 Cc: --- Reading git-diff-tree failed