blk-mq: update a hotplug comment for grammar
Signed-off-by: Jens Axboe <axboe@fb.com>
This commit is contained in:
parent
506e931f92
commit
9fccfed8f0
1 changed files with 4 additions and 4 deletions
|
@ -1548,10 +1548,10 @@ static int blk_mq_queue_reinit_notify(struct notifier_block *nb,
|
||||||
struct request_queue *q;
|
struct request_queue *q;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Before new mapping is established, hotadded cpu might already start
|
* Before new mappings are established, hotadded cpu might already
|
||||||
* handling requests. This doesn't break anything as we map offline
|
* start handling requests. This doesn't break anything as we map
|
||||||
* CPUs to first hardware queue. We will re-init queue below to get
|
* offline CPUs to first hardware queue. We will re-init the queue
|
||||||
* optimal settings.
|
* below to get optimal settings.
|
||||||
*/
|
*/
|
||||||
if (action != CPU_DEAD && action != CPU_DEAD_FROZEN &&
|
if (action != CPU_DEAD && action != CPU_DEAD_FROZEN &&
|
||||||
action != CPU_ONLINE && action != CPU_ONLINE_FROZEN)
|
action != CPU_ONLINE && action != CPU_ONLINE_FROZEN)
|
||||||
|
|
Loading…
Add table
Reference in a new issue