diff options
Diffstat (limited to 'include/linux/bio.h')
-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 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, | |||
376 | extern struct bio_set *bioset_create(unsigned int, unsigned int, int flags); | 376 | extern struct bio_set *bioset_create(unsigned int, unsigned int, int flags); |
377 | enum { | 377 | enum { |
378 | BIOSET_NEED_BVECS = BIT(0), | 378 | BIOSET_NEED_BVECS = BIT(0), |
379 | BIOSET_NEED_RESCUER = BIT(1), | ||
379 | }; | 380 | }; |
380 | extern void bioset_free(struct bio_set *); | 381 | extern void bioset_free(struct bio_set *); |
381 | extern mempool_t *biovec_create_pool(int pool_entries); | 382 | extern mempool_t *biovec_create_pool(int pool_entries); |