commit | 0f89617623fed9541ead9497043e907466848a9f | [log] [tgz] |
---|---|---|
author | Tyler Hicks <tyhicks@canonical.com> | Mon Apr 15 16:16:24 2013 -0700 |
committer | Tyler Hicks <tyhicks@canonical.com> | Fri Jun 07 17:28:22 2013 -0700 |
tree | a67e630c543c1d44f041acd789ec8420b457065c | |
parent | 12003e5b18ca33807b3f9448309ec92184192b85 [diff] |
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 <tyhicks@canonical.com>