eCryptfs: Merge ecryptfs_encrypt_extent() and ecryptfs_decrypt_extent()
authorTyler Hicks <tyhicks@canonical.com>
Sat, 6 Apr 2013 07:08:48 +0000 (00:08 -0700)
committerTyler Hicks <tyhicks@canonical.com>
Sat, 8 Jun 2013 00:28:27 +0000 (17:28 -0700)
They are identical except if the src_page or dst_page index is used, so
they can be merged safely if page_index is conditionally assigned.

Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
fs/ecryptfs/crypto.c

Simple merge