commit | fd2d231faf3ca25584d2320fdcd5a8b202342e46 | [log] [tgz] |
---|---|---|
author | Mikulas Patocka <mpatocka@redhat.com> | Fri Jul 27 15:08:05 2012 +0100 |
committer | Alasdair G Kergon <agk@redhat.com> | Fri Jul 27 15:08:05 2012 +0100 |
tree | 6ab9522f76d84c6c65e51ac3007b7435015314e7 | |
parent | 40b6229b69211e24b46868675d4db1dab1a51d96 [diff] |
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>