]> git.karo-electronics.de Git - karo-tx-linux.git/commit
dm crypt: remove unused io_pool and _crypt_io_pool
authorMikulas Patocka <mpatocka@redhat.com>
Fri, 28 Mar 2014 19:51:56 +0000 (15:51 -0400)
committerMike Snitzer <snitzer@redhat.com>
Thu, 29 May 2014 16:44:58 +0000 (12:44 -0400)
commita9d1f5910a93a893a5bf4d7c26ac482b95a778df
tree3f76b225c9a7a5903e4b5ecf37ea72a53a3b402b
parent980971091db20e333fb556451f37fbb895dce3ff
dm crypt: remove unused io_pool and _crypt_io_pool

The previous commits ("dm crypt: use per-bio data") and ("dm crypt:
don't allocate pages for a partial request") stopped using the
io_pool slab mempool and backing _crypt_io_pool kmem cache.

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm-crypt.c