From dde1e1ec4c08c3b7a4cee6cdad53948680d9fe39 Mon Sep 17 00:00:00 2001 From: Mike Snitzer Date: Mon, 11 Dec 2017 23:28:13 -0500 Subject: dm: remove now unused bio-based io_pool and _io_cache Signed-off-by: Mike Snitzer --- drivers/md/dm-core.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'drivers/md/dm-core.h') diff --git a/drivers/md/dm-core.h b/drivers/md/dm-core.h index 8a7dc8f9e40f..124ffa2d6b9a 100644 --- a/drivers/md/dm-core.h +++ b/drivers/md/dm-core.h @@ -92,8 +92,6 @@ struct mapped_device { * io objects are allocated from here. */ struct bio_set *io_bs; - mempool_t *io_pool; - struct bio_set *bs; /* -- cgit