Skip to content
Commit 0f896176 authored by Tyler Hicks's avatar Tyler Hicks
Browse files

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: default avatarTyler Hicks <tyhicks@canonical.com>
parent 12003e5b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment