]> www.infradead.org Git - users/hch/misc.git/commit
block: remove the max_zone_append_sectors check in blk_revalidate_disk_zones
authorChristoph Hellwig <hch@lst.de>
Mon, 4 Nov 2024 07:39:31 +0000 (08:39 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 4 Nov 2024 17:34:06 +0000 (10:34 -0700)
commite494c3dce6981c0b19fee79928b293a1cf0af867
tree936626176caa1039fcc2ad4f65d76dbc2dcce9d8
parent05df01668490c670aeafe002cfa63334687b012f
block: remove the max_zone_append_sectors check in blk_revalidate_disk_zones

With the lock layer zone append emulation, we are now always setting a
max_zone_append_sectors value for zoned devices and this check can't
ever trigger.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20241104073955.112324-2-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-zoned.c