Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit addd0a09 authored by Tao Ma's avatar Tao Ma Committed by Jens Axboe
Browse files

block: Remove 'plug/unplug' comment in blk_execute_rq_nowait



unplug is replaced with blk_run_queue now in blk_execute_rq_nowait,
so change the comment accordingly.

Signed-off-by: default avatarTao Ma <boyu.mt@taobao.com>
Signed-off-by: default avatarJens Axboe <jaxboe@fusionio.com>
parent d4dc210f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ void blk_execute_rq_nowait(struct request_queue *q, struct gendisk *bd_disk,
	spin_lock_irq(q->queue_lock);
	__elv_add_request(q, rq, where);
	__blk_run_queue(q);
	/* the queue is stopped so it won't be plugged+unplugged */
	/* the queue is stopped so it won't be run */
	if (rq->cmd_type == REQ_TYPE_PM_RESUME)
		q->request_fn(q);
	spin_unlock_irq(q->queue_lock);