]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
dm crypt: rename crypt_setkey_allcpus to crypt_setkey
authorMikulas Patocka <mpatocka@redhat.com>
Thu, 25 Aug 2016 11:12:54 +0000 (07:12 -0400)
committerMike Snitzer <snitzer@redhat.com>
Mon, 21 Nov 2016 14:52:00 +0000 (09:52 -0500)
commit671ea6b4574e28c5f5f51a4261b9492639507bbc
tree88d60fb0daae468f11914393a7043999828cefee
parent265e9098bac02bc5e36cda21fdbad34cb5b2f48d
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>
drivers/md/dm-crypt.c