From: Tyler Hicks Date: Wed, 5 Aug 2015 16:26:36 +0000 (-0500) Subject: eCryptfs: Invalidate dcache entries when lower i_nlink is zero X-Git-Tag: omap-for-v4.3/fixes-rc1~75^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5556e7e6d30e8e9b5ee51b0e5edd526ee80e5e36;p=pandora-kernel.git eCryptfs: Invalidate dcache entries when lower i_nlink is zero Consider eCryptfs dcache entries to be stale when the corresponding lower inode's i_nlink count is zero. This solves a problem caused by the lower inode being directly modified, without going through the eCryptfs mount, leaving stale eCryptfs dentries cached and the eCryptfs inode's i_nlink count not being cleared. Signed-off-by: Tyler Hicks Reported-by: Richard Weinberger Cc: stable@vger.kernel.org --- Reading git-diff-tree failed