aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/bio.h')
-rw-r--r--include/linux/bio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/bio.h b/include/linux/bio.h
index 985dc645637e..32c786baa10a 100644
--- a/include/linux/bio.h
+++ b/include/linux/bio.h
@@ -376,6 +376,7 @@ static inline struct bio *bio_next_split(struct bio *bio, int sectors,
376extern struct bio_set *bioset_create(unsigned int, unsigned int, int flags); 376extern struct bio_set *bioset_create(unsigned int, unsigned int, int flags);
377enum { 377enum {
378 BIOSET_NEED_BVECS = BIT(0), 378 BIOSET_NEED_BVECS = BIT(0),
379 BIOSET_NEED_RESCUER = BIT(1),
379}; 380};
380extern void bioset_free(struct bio_set *); 381extern void bioset_free(struct bio_set *);
381extern mempool_t *biovec_create_pool(int pool_entries); 382extern mempool_t *biovec_create_pool(int pool_entries);