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 7af373f253dc..6520ee1a3f6d 100644 --- a/include/linux/bio.h +++ b/include/linux/bio.h | |||
@@ -308,6 +308,7 @@ extern struct bio_set *bioset_create(int, int); | |||
308 | extern void bioset_free(struct bio_set *); | 308 | extern void bioset_free(struct bio_set *); |
309 | 309 | ||
310 | extern struct bio *bio_alloc(gfp_t, int); | 310 | extern struct bio *bio_alloc(gfp_t, int); |
311 | extern struct bio *bio_kmalloc(gfp_t, int); | ||
311 | extern struct bio *bio_alloc_bioset(gfp_t, int, struct bio_set *); | 312 | extern struct bio *bio_alloc_bioset(gfp_t, int, struct bio_set *); |
312 | extern void bio_put(struct bio *); | 313 | extern void bio_put(struct bio *); |
313 | extern void bio_free(struct bio *, struct bio_set *); | 314 | extern void bio_free(struct bio *, struct bio_set *); |