eCryptfs: Combine page_offset crypto functions
authorTyler Hicks <tyhicks@canonical.com>
Sat, 6 Apr 2013 06:37:51 +0000 (23:37 -0700)
committerTyler Hicks <tyhicks@canonical.com>
Sat, 8 Jun 2013 00:28:27 +0000 (17:28 -0700)
Combine ecryptfs_encrypt_page_offset() and
ecryptfs_decrypt_page_offset(). These two functions are functionally
identical so they can be safely merged if the caller can indicate
whether an encryption or decryption operation should occur.

Signed-off-by: Tyler Hicks <tyhicks@canonical.com>

No differences found