null_blk: Modify the behavior of null_map_queues()
authorBart Van Assche <bvanassche@acm.org>
Mon, 15 Aug 2022 17:00:42 +0000 (10:00 -0700)
committerJens Axboe <axboe@kernel.dk>
Mon, 22 Aug 2022 13:52:51 +0000 (07:52 -0600)
commit10b41ea15e81a5597bc5944a7900e9a790bd984a
treeb08f8ad6fe9b8a8a8c743561417e8860002cd119
parent74e237b6e7421157cc378eee6641b818cea8129d
null_blk: Modify the behavior of null_map_queues()

Instead of returning -EINVAL if an internal inconsistency is detected,
fall back to a single submission queue. This patch prepares for changing
the return value of the .map_queues() callbacks into void.

Cc: Christoph Hellwig <hch@lst.de>
Cc: Keith Busch <kbusch@kernel.org>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Link: https://lore.kernel.org/r/20220815170043.19489-2-bvanassche@acm.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/null_blk/main.c