From: Tyler Hicks Date: Thu, 23 May 2013 19:08:40 +0000 (-0700) Subject: eCryptfs: Make extent and scatterlist crypt function parameters similar X-Git-Tag: v3.11-rc1~30^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0df5ed65c14e2c36ed842fcff58118662009f1a1;p=pandora-kernel.git 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 --- Reading git-diff-tree failed