commit | 671ea6b4574e28c5f5f51a4261b9492639507bbc | [log] [tgz] |
---|---|---|
author | Mikulas Patocka <mpatocka@redhat.com> | Thu Aug 25 07:12:54 2016 -0400 |
committer | Mike Snitzer <snitzer@redhat.com> | Mon Nov 21 09:52:00 2016 -0500 |
tree | 88d60fb0daae468f11914393a7043999828cefee | |
parent | 265e9098bac02bc5e36cda21fdbad34cb5b2f48d [diff] |
dm crypt: rename crypt_setkey_allcpus to crypt_setkey In the past, dm-crypt used per-cpu crypto context. This has been removed in the kernel 3.15 and the crypto context is shared between all cpus. This patch renames the function crypt_setkey_allcpus to crypt_setkey, because there is really no activity that is done for all cpus. Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>