block: add a queue_limits_set helper
authorChristoph Hellwig <hch@lst.de>
Wed, 28 Feb 2024 22:56:40 +0000 (14:56 -0800)
committerJens Axboe <axboe@kernel.dk>
Fri, 1 Mar 2024 15:54:42 +0000 (08:54 -0700)
commit631d4efb8009df64deae8c1382b8cf43879a4e22
tree5a1cb6d6c1223c895fd9baa6a5db958994195f41
parent86b1e613eb3b8e6a0f87676e33d847b2eb204b22
block: add a queue_limits_set helper

Add a small wrapper around queue_limits_commit_update for stacking
drivers that don't want to update existing limits, but set an
entirely new set.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20240228225653.947152-2-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-settings.c
include/linux/blkdev.h