]> git.itanic.dy.fi Git - linux-stable/commit
null_blk: set use_per_node_hctx param to false
authorMatias Bjørling <m@bjorling.me>
Fri, 20 Dec 2013 23:11:00 +0000 (00:11 +0100)
committerJens Axboe <axboe@kernel.dk>
Sat, 21 Dec 2013 16:30:33 +0000 (09:30 -0700)
commit200052440d3b56f593038a35b7c14bdc780184a9
tree487eade5e8f9150e6a0b374f3d49e066057e50b4
parent89ed05eea093d4c18df5d504d104f29b874fea29
null_blk: set use_per_node_hctx param to false

The defaults for the module is to instantiate itself with blk-mq and a
submit queue for each CPU node in the system.

To save resources, initialize instead with a single submit queue.

Signed-off-by: Matias Bjorling <m@bjorling.me>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Documentation/block/null_blk.txt
drivers/block/null_blk.c