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 397a38aca182..f08f5fe7bd08 100644
--- a/include/linux/bio.h
+++ b/include/linux/bio.h
@@ -422,6 +422,7 @@ enum {
422extern int bioset_init(struct bio_set *, unsigned int, unsigned int, int flags); 422extern int bioset_init(struct bio_set *, unsigned int, unsigned int, int flags);
423extern void bioset_exit(struct bio_set *); 423extern void bioset_exit(struct bio_set *);
424extern int biovec_init_pool(mempool_t *pool, int pool_entries); 424extern int biovec_init_pool(mempool_t *pool, int pool_entries);
425extern int bioset_init_from_src(struct bio_set *bs, struct bio_set *src);
425 426
426extern struct bio *bio_alloc_bioset(gfp_t, unsigned int, struct bio_set *); 427extern struct bio *bio_alloc_bioset(gfp_t, unsigned int, struct bio_set *);
427extern void bio_put(struct bio *); 428extern void bio_put(struct bio *);