commit | 0df5ed65c14e2c36ed842fcff58118662009f1a1 | [log] [tgz] |
---|---|---|
author | Tyler Hicks <tyhicks@canonical.com> | Thu May 23 12:08:40 2013 -0700 |
committer | Tyler Hicks <tyhicks@canonical.com> | Fri Jun 07 17:28:29 2013 -0700 |
tree | 6e053b8e634ca9c74f7151e3a0969851c471abce | |
parent | 406c93df09ae7a345b510cf6619f881b42a3d553 [diff] |
eCryptfs: Make extent and scatterlist crypt function parameters similar The 'dest' abbreviation is only used in crypt_scatterlist(), while all other functions in crypto.c use 'dst' so dest_sg should be renamed to dst_sg. The crypt_stat parameter is typically the first parameter in internal eCryptfs functions so crypt_stat and dst_page should be swapped in crypt_extent(). Signed-off-by: Tyler Hicks <tyhicks@canonical.com>