diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/bio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/bio.h b/include/linux/bio.h index d76e4bf22f29..9340098d75dc 100644 --- a/include/linux/bio.h +++ b/include/linux/bio.h | |||
@@ -400,6 +400,7 @@ static inline void bio_set_completion_cpu(struct bio *bio, unsigned int cpu) | |||
400 | #define BIOVEC_MAX_IDX (BIOVEC_NR_POOLS - 1) | 400 | #define BIOVEC_MAX_IDX (BIOVEC_NR_POOLS - 1) |
401 | 401 | ||
402 | struct bio_set { | 402 | struct bio_set { |
403 | struct kmem_cache *bio_slab; | ||
403 | mempool_t *bio_pool; | 404 | mempool_t *bio_pool; |
404 | #if defined(CONFIG_BLK_DEV_INTEGRITY) | 405 | #if defined(CONFIG_BLK_DEV_INTEGRITY) |
405 | mempool_t *bio_integrity_pool; | 406 | mempool_t *bio_integrity_pool; |