Re: [PATCH 14/14] loop: use the atomic queue limits update API
From: Chaitanya Kulkarni <hidden>
Date: 2024-01-31 23:38:43
Also in:
linux-block, linux-nvme
From: Chaitanya Kulkarni <hidden>
Date: 2024-01-31 23:38:43
Also in:
linux-block, linux-nvme
On 1/31/24 05:04, Christoph Hellwig wrote:
Pass the default limits to blk_mq_alloc_disk and then use the
queue_limits_{start,commit}_update API to change the limits in an
atomic way on existing loop gendisks.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Damien Le Moal <dlemoal@kernel.org>
Reviewed-by: Hannes Reinecke <hare@suse.de>
---
Looks good. Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com> -ck