From: Tyler Hicks Date: Mon, 15 Apr 2013 23:16:24 +0000 (-0700) Subject: eCryptfs: Read/write entire page during page IO X-Git-Tag: v3.11-rc1~30^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f89617623fed9541ead9497043e907466848a9f;p=pandora-kernel.git eCryptfs: Read/write entire page during page IO When reading and writing encrypted pages, perform IO using the entire page all at once rather than 4096 bytes at a time. This only affects architectures where PAGE_CACHE_SIZE is larger than 4096 bytes. Signed-off-by: Tyler Hicks --- Reading git-diff-tree failed