提交 54ae81cd 编写于 作者: M Mike Snitzer 提交者: Jens Axboe

null_blk: fix name and description of 'queue_mode' module parameter

'use_mq' is not the name of the module parameter, 'queue_mode' is.
Signed-off-by: NMike Snitzer <snitzer@redhat.com>
Signed-off-by: NJens Axboe <axboe@fb.com>
上级 2940474a
...@@ -79,7 +79,7 @@ MODULE_PARM_DESC(home_node, "Home node for the device"); ...@@ -79,7 +79,7 @@ MODULE_PARM_DESC(home_node, "Home node for the device");
static int queue_mode = NULL_Q_MQ; static int queue_mode = NULL_Q_MQ;
module_param(queue_mode, int, S_IRUGO); module_param(queue_mode, int, S_IRUGO);
MODULE_PARM_DESC(use_mq, "Use blk-mq interface (0=bio,1=rq,2=multiqueue)"); MODULE_PARM_DESC(queue_mode, "Block interface to use (0=bio,1=rq,2=multiqueue)");
static int gb = 250; static int gb = 250;
module_param(gb, int, S_IRUGO); module_param(gb, int, S_IRUGO);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册