commit | 1b4344986926da324b5cd10b683e5a1a5e1b7db3 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Wed Oct 22 20:32:58 2008 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Mon Dec 29 08:28:46 2008 +0100 |
tree | f196fad09555f32e4464df2ea4c8fea17ad99e76 | |
parent | 7ff9345ffac56743b5001561bc2dc1e041b79149 [diff] [blame] |
bio: move the slab pointer inside the bio_set In preparation for adding differently sized bios. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
diff --git a/include/linux/bio.h b/include/linux/bio.h index d76e4bf..9340098 100644 --- a/include/linux/bio.h +++ b/include/linux/bio.h
@@ -400,6 +400,7 @@ #define BIOVEC_MAX_IDX (BIOVEC_NR_POOLS - 1) struct bio_set { + struct kmem_cache *bio_slab; mempool_t *bio_pool; #if defined(CONFIG_BLK_DEV_INTEGRITY) mempool_t *bio_integrity_pool;