Home
last modified time | relevance | path

Searched hist:"0 df5ed65c14e2c36ed842fcff58118662009f1a1" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/ecryptfs/
H A Dcrypto.cdiff 0df5ed65c14e2c36ed842fcff58118662009f1a1 Thu May 23 14:08:40 CDT 2013 Tyler Hicks <tyhicks@canonical.com> 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>