]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2164742a1a38b2262844674fa8132831be7ea6d1
tree88457521ce43574bc6d71296b8ac8bcd79d5b8c4
parentb19d93e4fccc5178b7d3d0be879f67f95de9339d
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