eCryptfs: Collapse crypt_page_offset() into crypt_extent()
authorTyler Hicks <tyhicks@canonical.com>
Tue, 16 Apr 2013 00:49:31 +0000 (17:49 -0700)
committerTyler Hicks <tyhicks@canonical.com>
Sat, 8 Jun 2013 00:28:28 +0000 (17:28 -0700)
commit406c93df09ae7a345b510cf6619f881b42a3d553
tree88457521ce43574bc6d71296b8ac8bcd79d5b8c4
parentd78de618962d1e9d28c602e3c75991fe9c94e961
eCryptfs: Collapse crypt_page_offset() into crypt_extent()

crypt_page_offset() simply initialized the two scatterlists and called
crypt_scatterlist() so it is simple enough to move into the only
function that calls it.

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