Re: [PATCH v4 10/13] block: fail zone management operations to read-only and offline zones
Christoph Hellwig <[email protected]>
| Newsgroups | org.kernel.vger.linux-block |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Aug 14, 2026 at 03:31:58PM +0900, Damien Le Moal wrote: > + if (!bdev_check_zone_mgmt(bdev, bio->bi_iter.bi_sector)) bdev_check_zone_mgmt fails like a bit of an odd name. Why not something like bdev_zone_mgmt_allowed? Otherwise looks good: Reviewed-by: Christoph Hellwig <[email protected]>