eCryptfs: Copy lower directory inode times and size on link
authorTyler Hicks <tyhicks@linux.vnet.ibm.com>
Tue, 23 Mar 2010 23:09:02 +0000 (18:09 -0500)
committerTyler Hicks <tyhicks@linux.vnet.ibm.com>
Mon, 19 Apr 2010 19:42:15 +0000 (14:42 -0500)
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 <tyhicks@linux.vnet.ibm.com>

No differences found