OSDN Git Service

dm crypt: remove unused io_pool and _crypt_io_pool
authorMikulas Patocka <mpatocka@redhat.com>
Fri, 13 Feb 2015 13:25:26 +0000 (08:25 -0500)
committerMike Snitzer <snitzer@redhat.com>
Mon, 16 Feb 2015 16:11:13 +0000 (11:11 -0500)
commit94f5e0243c48aa01441c987743dc468e2d6eaca2
tree73950031d5844ec66883ccd1904ceb00efb90ce8
parent7145c241a1bf2841952c3e297c4080b357b3e52d
dm crypt: remove unused io_pool and _crypt_io_pool

The previous commit ("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