aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c
diff options
context:
space:
mode:
authorJens Axboe <axboe@fb.com>2014-05-08 16:50:19 -0400
committerJens Axboe <axboe@fb.com>2014-05-09 10:43:49 -0400
commit9fccfed8f0cad9b79575a87c45d6f5f6ee05bb66 (patch)
tree81121081de869242f991f3ca5a038979a7a3d8de /block/blk-mq.c
parent506e931f92defdc60c1dc4aa2ff4a19a5dcd8618 (diff)
blk-mq: update a hotplug comment for grammar
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'block/blk-mq.c')
-rw-r--r--block/blk-mq.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/block/blk-mq.c b/block/blk-mq.c
index 2410e0cb7aef..3fdb097ebe5e 100644
--- a/block/blk-mq.c
+++ b/block/blk-mq.c
@@ -1548,10 +1548,10 @@ static int blk_mq_queue_reinit_notify(struct notifier_block *nb,
1548 struct request_queue *q; 1548 struct request_queue *q;
1549 1549
1550 /* 1550 /*
1551 * Before new mapping is established, hotadded cpu might already start 1551 * Before new mappings are established, hotadded cpu might already
1552 * handling requests. This doesn't break anything as we map offline 1552 * start handling requests. This doesn't break anything as we map
1553 * CPUs to first hardware queue. We will re-init queue below to get 1553 * offline CPUs to first hardware queue. We will re-init the queue
1554 * optimal settings. 1554 * below to get optimal settings.
1555 */ 1555 */
1556 if (action != CPU_DEAD && action != CPU_DEAD_FROZEN && 1556 if (action != CPU_DEAD && action != CPU_DEAD_FROZEN &&
1557 action != CPU_ONLINE && action != CPU_ONLINE_FROZEN) 1557 action != CPU_ONLINE && action != CPU_ONLINE_FROZEN)