From: Tyler Hicks Date: Tue, 23 Mar 2010 23:09:02 +0000 (-0500) Subject: eCryptfs: Copy lower directory inode times and size on link X-Git-Tag: v2.6.34-rc5~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a8380c0754a7972668a46f645930910e304095c;p=pandora-kernel.git eCryptfs: Copy lower directory inode times and size on link The timestamps and size of a lower inode involved in a link() call was being copied to the upper parent inode. Instead, we should be copying lower parent inode's timestamps and size to the upper parent inode. I discovered this bug using the POSIX test suite at Tuxera. Signed-off-by: Tyler Hicks --- Reading git-diff-tree failed