linux/drivers/block/null_blk
John Garry 0f225f8787 null_blk: Delete nullb.{queue_depth, nr_queues}
Since commit 8b631f9cf0 ("null_blk: remove the bio based I/O path"),
struct nullb members queue_depth and nr_queues are only ever written, so
delete them.

With that, null_exit_hctx() can also be deleted.

Signed-off-by: John Garry <john.g.garry@oracle.com>
Link: https://lore.kernel.org/r/20240222083420.6026-1-john.g.garry@oracle.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2024-02-22 10:08:47 -07:00
..
Kconfig block: null_blk: make fault-injection dynamically configurable per device 2023-04-13 07:38:55 -06:00
main.c null_blk: Delete nullb.{queue_depth, nr_queues} 2024-02-22 10:08:47 -07:00
Makefile
null_blk.h null_blk: Delete nullb.{queue_depth, nr_queues} 2024-02-22 10:08:47 -07:00
trace.c
trace.h null_blk: remove the bio based I/O path 2024-02-20 06:21:27 -07:00
zoned.c null_blk: pass queue_limits to blk_mq_alloc_disk 2024-02-20 06:21:27 -07:00