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