commit | 12003e5b18ca33807b3f9448309ec92184192b85 | [log] [tgz] |
---|---|---|
author | Tyler Hicks <tyhicks@canonical.com> | Tue Apr 16 23:21:24 2013 -0700 |
committer | Tyler Hicks <tyhicks@canonical.com> | Fri Jun 07 17:28:21 2013 -0700 |
tree | d4c9ddf9ff9e70956286c369f4ed0b48edb5da2d | |
parent | fc8b14d338f6265533a8f82db1325fa112b530ba [diff] |
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 <tyhicks@canonical.com>