Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-block
[linux-2.6-block.git] / include / linux / bio.h
index 397a38aca18226d5b98e181cec917b1417002ec7..f08f5fe7bd08208eca43a6ed08f5b168d8af7091 100644 (file)
@@ -422,6 +422,7 @@ enum {
 extern int bioset_init(struct bio_set *, unsigned int, unsigned int, int flags);
 extern void bioset_exit(struct bio_set *);
 extern int biovec_init_pool(mempool_t *pool, int pool_entries);
+extern int bioset_init_from_src(struct bio_set *bs, struct bio_set *src);
 
 extern struct bio *bio_alloc_bioset(gfp_t, unsigned int, struct bio_set *);
 extern void bio_put(struct bio *);