]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
xen-blkfront: atomically update queue limits
authorChristoph Hellwig <hch@lst.de>
Wed, 21 Feb 2024 12:58:45 +0000 (13:58 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 27 Feb 2024 16:33:08 +0000 (09:33 -0700)
commitba3f67c1163812b5d7ec33705c31edaa30ce6c51
treedea611dc895f489eee9148504d4ae0dda89a578f
parent4f81b87d91be2a00195f85847d040c2276cac2ae
xen-blkfront: atomically update queue limits

Pass the initial queue limits to blk_mq_alloc_disk and use the
blkif_set_queue_limits API to update the limits on reconnect.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Roger Pau Monné <roger.pau@citrix.com>
Link: https://lore.kernel.org/r/20240221125845.3610668-5-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/xen-blkfront.c