]> git.baikalelectronics.ru Git - kernel.git/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)
commitaf486e2efd79eaf057c820de74cc76c22fbd6524
tree487eade5e8f9150e6a0b374f3d49e066057e50b4
parente20b48d9b8c5668c34134e29327900b6a2421217
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