]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
eCryptfs: Make extent and scatterlist crypt function parameters similar
authorTyler Hicks <tyhicks@canonical.com>
Thu, 23 May 2013 19:08:40 +0000 (12:08 -0700)
committerTyler Hicks <tyhicks@canonical.com>
Sat, 8 Jun 2013 00:28:29 +0000 (17:28 -0700)
commit0df5ed65c14e2c36ed842fcff58118662009f1a1
tree6e053b8e634ca9c74f7151e3a0969851c471abce
parent406c93df09ae7a345b510cf6619f881b42a3d553
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>
fs/ecryptfs/crypto.c