commit | fed8859b3ab94274c986cbdf7d27130e0545f02c | [log] [tgz] |
---|---|---|
author | Tyler Hicks <tyhicks@linux.vnet.ibm.com> | Wed Feb 23 00:54:20 2011 -0600 |
committer | Tyler Hicks <tyhicks@linux.vnet.ibm.com> | Mon Mar 28 01:47:44 2011 -0500 |
tree | 01d36d5f87469aa25a7431e0b21ff86b7e524052 | |
parent | bd4f0fe8bb7c73c738e1e11bc90d6e2cf9c6e20e [diff] |
eCryptfs: Remove ECRYPTFS_NEW_FILE crypt stat flag Now that grow_file() is not called in the ecryptfs_create() path, the ECRYPTFS_NEW_FILE flag is no longer needed. It helped ecryptfs_readpage() know not to decrypt zeroes that were read from the lower file in the grow_file() path. Signed-off-by: Tyler Hicks <tyhicks@linux.vnet.ibm.com>