Merge git://git.infradead.org/mtd-2.6
[firefly-linux-kernel-4.4.55.git] / include / linux / bio.h
index 092dbd0e76586023c76850495c71ca1ab933efc3..08daf3272c0283b808cbe75ec48348c3efc8a71e 100644 (file)
@@ -309,6 +309,7 @@ extern struct bio *bio_map_kern(struct request_queue *, void *, unsigned int,
                                gfp_t);
 extern void bio_set_pages_dirty(struct bio *bio);
 extern void bio_check_pages_dirty(struct bio *bio);
+extern void bio_release_pages(struct bio *bio);
 extern struct bio *bio_copy_user(struct request_queue *, unsigned long, unsigned int, int);
 extern int bio_uncopy_user(struct bio *);
 void zero_fill_bio(struct bio *bio);