Loading block/blk-zoned.c +1 −1 Original line number Diff line number Diff line Loading @@ -240,7 +240,7 @@ int blkdev_zone_mgmt(struct block_device *bdev, enum req_opf op, */ if (op == REQ_OP_ZONE_RESET && blkdev_allow_reset_all_zones(bdev, sector, nr_sectors)) { bio->bi_opf = REQ_OP_ZONE_RESET_ALL; bio->bi_opf = REQ_OP_ZONE_RESET_ALL | REQ_SYNC; break; } Loading Loading
block/blk-zoned.c +1 −1 Original line number Diff line number Diff line Loading @@ -240,7 +240,7 @@ int blkdev_zone_mgmt(struct block_device *bdev, enum req_opf op, */ if (op == REQ_OP_ZONE_RESET && blkdev_allow_reset_all_zones(bdev, sector, nr_sectors)) { bio->bi_opf = REQ_OP_ZONE_RESET_ALL; bio->bi_opf = REQ_OP_ZONE_RESET_ALL | REQ_SYNC; break; } Loading