]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
dm crypt: extract scatterlist processing
authorMilan Broz <mbroz@redhat.com>
Fri, 8 Feb 2008 02:11:04 +0000 (02:11 +0000)
committerAlasdair G Kergon <agk@redhat.com>
Fri, 8 Feb 2008 02:11:04 +0000 (02:11 +0000)
commit01482b7671d014aa44f2efbc1153f4e3f48d7fb3
tree12017dac7b6b1b680649b59470d91f6dd9baf55f
parent899c95d36c896f9fb7bc5f4f03b4abd86bda292c
dm crypt: extract scatterlist processing

dm-crypt: Use crypto ablkcipher interface

Move scatterlists to separate dm_crypt_struct and
pick out block processing from crypt_convert.

Signed-off-by: Milan Broz <mbroz@redhat.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
drivers/md/dm-crypt.c