OSDN Git Service

dm crypt: move cipher data out of per_cpu struct
authorMikulas Patocka <mpatocka@redhat.com>
Fri, 27 Jul 2012 14:08:05 +0000 (15:08 +0100)
committerAlasdair G Kergon <agk@redhat.com>
Fri, 27 Jul 2012 14:08:05 +0000 (15:08 +0100)
commitfd2d231faf3ca25584d2320fdcd5a8b202342e46
tree6ab9522f76d84c6c65e51ac3007b7435015314e7
parent40b6229b69211e24b46868675d4db1dab1a51d96
dm crypt: move cipher data out of per_cpu struct

Move static dm-crypt cipher data out of per-cpu structure.

Cipher information is static, so it does not have to be in a per-cpu
structure.

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
drivers/md/dm-crypt.c