commit | 200052440d3b56f593038a35b7c14bdc780184a9 | [log] [tgz] |
---|---|---|
author | Matias Bjørling <m@bjorling.me> | Sat Dec 21 00:11:00 2013 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Sat Dec 21 09:30:33 2013 -0700 |
tree | 487eade5e8f9150e6a0b374f3d49e066057e50b4 | |
parent | 89ed05eea093d4c18df5d504d104f29b874fea29 [diff] |
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>