commit | 3a8380c0754a7972668a46f645930910e304095c | [log] [tgz] |
---|---|---|
author | Tyler Hicks <tyhicks@linux.vnet.ibm.com> | Tue Mar 23 18:09:02 2010 -0500 |
committer | Tyler Hicks <tyhicks@linux.vnet.ibm.com> | Mon Apr 19 14:42:15 2010 -0500 |
tree | 85bc2f8551aa121f0a40f4b5bb24b7c58da35b16 | |
parent | 133b8f9d632cc23715c6d72d1c5ac449e054a12a [diff] |
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 <tyhicks@linux.vnet.ibm.com>