projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2940474
)
null_blk: fix name and description of 'queue_mode' module parameter
author
Mike Snitzer
<snitzer@redhat.com>
Wed, 11 Jun 2014 21:13:50 +0000
(17:13 -0400)
committer
Jens Axboe
<axboe@fb.com>
Wed, 11 Jun 2014 21:34:44 +0000
(15:34 -0600)
'use_mq' is not the name of the module parameter, 'queue_mode' is.
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
drivers/block/null_blk.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/block/null_blk.c
b/drivers/block/null_blk.c
index 77087a29b127f397c62e72a9c05f0167c7f8b377..f87c4c4c1c410a09b5234b744f28a2b9b9c9995c 100644
(file)
--- a/
drivers/block/null_blk.c
+++ b/
drivers/block/null_blk.c
@@
-79,7
+79,7
@@
MODULE_PARM_DESC(home_node, "Home node for the device");
static int queue_mode = NULL_Q_MQ;
module_param(queue_mode, int, S_IRUGO);
-MODULE_PARM_DESC(
use_mq, "Use blk-mq interfac
e (0=bio,1=rq,2=multiqueue)");
+MODULE_PARM_DESC(
queue_mode, "Block interface to us
e (0=bio,1=rq,2=multiqueue)");
static int gb = 250;
module_param(gb, int, S_IRUGO);