X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=block%2Fblk.h;h=a1841b8ff12963a883047780762229f923989f01;hb=90de1fb83e7c760aa403381f072486fc4e3e8b5f;hp=3d2aecba96a46c7b28dd1207a0874ab2e27520ee;hpb=57ce66d39f10fb01efabd72b14eb033deddb226b;p=linux.git diff --git a/block/blk.h b/block/blk.h index 3d2aecba96a4..a1841b8ff129 100644 --- a/block/blk.h +++ b/block/blk.h @@ -488,4 +488,12 @@ extern int blk_iolatency_init(struct request_queue *q); static inline int blk_iolatency_init(struct request_queue *q) { return 0; } #endif +struct bio *blk_next_bio(struct bio *bio, unsigned int nr_pages, gfp_t gfp); + +#ifdef CONFIG_BLK_DEV_ZONED +void blk_queue_free_zone_bitmaps(struct request_queue *q); +#else +static inline void blk_queue_free_zone_bitmaps(struct request_queue *q) {} +#endif + #endif /* BLK_INTERNAL_H */