nvme-multipath: use atomic queue limits API for stacking limits
authorChristoph Hellwig <hch@lst.de>
Mon, 4 Mar 2024 14:05:00 +0000 (07:05 -0700)
committerKeith Busch <kbusch@kernel.org>
Mon, 4 Mar 2024 16:24:57 +0000 (08:24 -0800)
commitf7e0a545f7311691fbcabbb85238c8e4dd1a7c01
tree006c6a61abf6191e42b352d2329e29a91c61a678
parentc5be5df7217fec219e1be063859e5d099b6a9227
nvme-multipath: use atomic queue limits API for stacking limits

Switch to the queue_limits_* helpers to stack the bdev limits, which also
includes updating the readahead settings.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Keith Busch <kbusch@kernel.org>
drivers/nvme/host/core.c