diff options
author | Alasdair G Kergon <agk@redhat.com> | 2012-07-27 16:08:05 +0200 |
---|---|---|
committer | Alasdair G Kergon <agk@redhat.com> | 2012-07-27 16:08:05 +0200 |
commit | 49a8a9204bb17296725058bbc7f31092d256be6e (patch) | |
tree | e63780cb17dad2ef375001833d73250c9adc07bb /drivers/md/dm.h | |
parent | dm crypt: move cipher data out of per_cpu struct (diff) | |
download | linux-49a8a9204bb17296725058bbc7f31092d256be6e.tar.xz linux-49a8a9204bb17296725058bbc7f31092d256be6e.zip |
dm crypt: store crypt_config instead of dm_target struct
Store the crypt_config struct pointer directly in struct dm_crypt_io
instead of the dm_target struct pointer.
Target information is never used - only target->private is referenced,
thus we can change it to point directly to struct crypt_config.
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Diffstat (limited to 'drivers/md/dm.h')
0 files changed, 0 insertions, 0 deletions