On 12/19/19 2:14 PM, Chaitanya Kulkarni wrote: > This patch marks the zone-mgmt bios with REQ_SYNC flag. > > Suggested-by: Damien Le Moal <damien.lemoal@xxxxxxx> > Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@xxxxxxx> > --- Reviewed-by: Bob Liu <bob.liu@xxxxxxxxxx> > block/blk-zoned.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/block/blk-zoned.c b/block/blk-zoned.c > index d00fcfd71dfe..05741c6f618b 100644 > --- a/block/blk-zoned.c > +++ b/block/blk-zoned.c > @@ -198,7 +198,7 @@ int blkdev_zone_mgmt(struct block_device *bdev, enum req_opf op, > break; > } > > - bio->bi_opf = op; > + bio->bi_opf = op | REQ_SYNC; > bio->bi_iter.bi_sector = sector; > sector += zone_sectors; > >