commit | 406c93df09ae7a345b510cf6619f881b42a3d553 | [log] [tgz] |
---|---|---|
author | Tyler Hicks <tyhicks@canonical.com> | Mon Apr 15 17:49:31 2013 -0700 |
committer | Tyler Hicks <tyhicks@canonical.com> | Fri Jun 07 17:28:28 2013 -0700 |
tree | 88457521ce43574bc6d71296b8ac8bcd79d5b8c4 | |
parent | d78de618962d1e9d28c602e3c75991fe9c94e961 [diff] |
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>