diff options
-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) | |||
5687 | 5687 | ||
5688 | /* | 5688 | /* |
5689 | * The number of active work items is limited by the number of | 5689 | * The number of active work items is limited by the number of |
5690 | * rbd devices, so leave @max_active at default. | 5690 | * rbd devices * queue depth, so leave @max_active at default. |
5691 | */ | 5691 | */ |
5692 | rbd_wq = alloc_workqueue(RBD_DRV_NAME, WQ_MEM_RECLAIM, 0); | 5692 | rbd_wq = alloc_workqueue(RBD_DRV_NAME, WQ_MEM_RECLAIM, 0); |
5693 | if (!rbd_wq) { | 5693 | if (!rbd_wq) { |