From: Tyler Hicks Date: Fri, 29 Apr 2011 21:26:27 +0000 (-0500) Subject: eCryptfs: Clear i_nlink in rmdir X-Git-Tag: v2.6.39.1~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2212c86b7bcd04b94fd11c34e95c102506180b4;p=pandora-kernel.git eCryptfs: Clear i_nlink in rmdir commit 07850552b92b3637fa56767b5e460b4238014447 upstream. 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed