From: Tyler Hicks Date: Wed, 17 Apr 2013 06:21:24 +0000 (-0700) Subject: eCryptfs: Use entire helper page during page crypto operations X-Git-Tag: v3.11-rc1~30^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12003e5b18ca33807b3f9448309ec92184192b85;p=pandora-kernel.git eCryptfs: Use entire helper page during page crypto operations When encrypting eCryptfs pages and decrypting pages from the lower filesystem, utilize the entire helper page rather than only the first 4096 bytes. This only affects architectures where PAGE_CACHE_SIZE is larger than 4096 bytes. Signed-off-by: Tyler Hicks --- Reading git-diff-tree failed