Loading drivers/md/dm-req-crypt.c +5 −2 Original line number Diff line number Diff line Loading @@ -1041,7 +1041,10 @@ static void req_crypt_dtr(struct dm_target *ti) destroy_workqueue(req_crypt_queue); req_crypt_queue = NULL; } if (_req_dm_scatterlist_pool) kmem_cache_destroy(_req_dm_scatterlist_pool); if (_req_crypt_io_pool) kmem_cache_destroy(_req_crypt_io_pool); if (dev) { Loading Loading
drivers/md/dm-req-crypt.c +5 −2 Original line number Diff line number Diff line Loading @@ -1041,7 +1041,10 @@ static void req_crypt_dtr(struct dm_target *ti) destroy_workqueue(req_crypt_queue); req_crypt_queue = NULL; } if (_req_dm_scatterlist_pool) kmem_cache_destroy(_req_dm_scatterlist_pool); if (_req_crypt_io_pool) kmem_cache_destroy(_req_crypt_io_pool); if (dev) { Loading