summaryrefslogtreecommitdiffstats
path: root/include/linux/bio.h
diff options
context:
space:
mode:
authorMartin K. Petersen <martin.petersen@oracle.com>2011-03-08 08:28:01 +0100
committerJens Axboe <jaxboe@fusionio.com>2011-03-08 08:28:01 +0100
commitdf677140281beb608f6748c341af7612f7bfe7a0 (patch)
treedb977b703e36487ce956cc120bb021565810734f /include/linux/bio.h
parentde701c74a34005e637e1ca2634fbf28fd1debba2 (diff)
downloadlinux-df677140281beb608f6748c341af7612f7bfe7a0.tar.gz
linux-df677140281beb608f6748c341af7612f7bfe7a0.tar.xz
block: biovec_slab vs. CONFIG_BLK_DEV_INTEGRITY
The block integrity subsystem no longer uses the bio_vec slabs so this code can safely be compiled in. Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
Diffstat (limited to 'include/linux/bio.h')
-rw-r--r--include/linux/bio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/bio.h b/include/linux/bio.h
index 35dcdb3589bc..ce33e6868a2f 100644
--- a/include/linux/bio.h
+++ b/include/linux/bio.h
@@ -304,7 +304,6 @@ struct biovec_slab {
};
extern struct bio_set *fs_bio_set;
-extern struct biovec_slab bvec_slabs[BIOVEC_NR_POOLS] __read_mostly;
/*
* a small number of entries is fine, not going to be performance critical.