From: Tyler Hicks Date: Wed, 23 Feb 2011 06:54:20 +0000 (-0600) Subject: eCryptfs: Remove ECRYPTFS_NEW_FILE crypt stat flag X-Git-Tag: v2.6.39-rc1~18^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fed8859b3ab94274c986cbdf7d27130e0545f02c;p=pandora-kernel.git 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 --- Reading git-diff-tree failed