dm: make dm_set_zones_restrictions work on the queue limits
authorChristoph Hellwig <hch@lst.de>
Mon, 27 May 2024 12:36:20 +0000 (14:36 +0200)
committerJens Axboe <axboe@kernel.dk>
Mon, 27 May 2024 15:16:39 +0000 (09:16 -0600)
commitc8c1f7012b807ca4da0136eacab96961b56f25d5
treefcd761caea1cb4f9560dea53799287cc3f939f82
parent5e7a4bbcc33d7df6bcc8565a8938c196285e5423
dm: make dm_set_zones_restrictions work on the queue limits

Don't stuff the values directly into the queue without any
synchronization, but instead delay applying the queue limits in
the caller and let dm_set_zones_restrictions work on the limit
structure.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Link: https://lore.kernel.org/r/20240527123634.1116952-4-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/md/dm-table.c
drivers/md/dm-zone.c
drivers/md/dm.h