block: Treat sequential write preferred zone type as invalid for-6.8/block-2024-01-08
authorDamien Le Moal <dlemoal@kernel.org>
Sun, 7 Jan 2024 07:22:12 +0000 (16:22 +0900)
committerJens Axboe <axboe@kernel.dk>
Mon, 8 Jan 2024 15:34:24 +0000 (08:34 -0700)
commit587371ed783b046f22ba7a5e1cc9a19ae35123b4
tree3c6881f673e08181d5c0de12f449837ca80c6393
parent4e33b071bb8e8415fb9847249ffcf300fa7d8cac
block: Treat sequential write preferred zone type as invalid

With the removal of the support for host-aware zoned devices,
blk_revalidate_zone_cb() should never see the zone type
BLK_ZONE_TYPE_SEQWRITE_PREF (sequential write preffered zones). Treat
this zone type as being invalid.

Fixes: 7437bb73f087 ("block: remove support for the host aware zone model")
Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20240107072212.1071080-1-dlemoal@kernel.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-zoned.c