diff options
author | Ilya Dryomov <idryomov@gmail.com> | 2015-04-22 17:28:13 +0200 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2015-04-22 17:33:49 +0200 |
commit | f77303bddabf73ebccb60f613b77da391f933cf6 (patch) | |
tree | 682f2c2635fe1cbaa483a5bff60a57b7bdaa818d /drivers/block | |
parent | libceph: announce support for straw2 buckets (diff) | |
download | linux-f77303bddabf73ebccb60f613b77da391f933cf6.tar.xz linux-f77303bddabf73ebccb60f613b77da391f933cf6.zip |
rbd: rbd_wq comment is obsolete
After the switch to blk-mq rbd_wq processes requests, not devices.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'drivers/block')
-rw-r--r-- | drivers/block/rbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/rbd.c b/drivers/block/rbd.c index 2002d28c5d5b..812523330a78 100644 --- a/drivers/block/rbd.c +++ b/drivers/block/rbd.c @@ -5687,7 +5687,7 @@ static int __init rbd_init(void) /* * The number of active work items is limited by the number of - * rbd devices, so leave @max_active at default. + * rbd devices * queue depth, so leave @max_active at default. */ rbd_wq = alloc_workqueue(RBD_DRV_NAME, WQ_MEM_RECLAIM, 0); if (!rbd_wq) { |