Commit f37f8826 authored by Jens Axboe's avatar Jens Axboe

[PATCH] missed elv_add_request() update

I missed one update of elv_add_request() in blk_insert_request(),
probably because of one too many hand edits...
parent 19870a27
......@@ -1421,7 +1421,7 @@ void blk_insert_request(request_queue_t *q, struct request *rq,
if (blk_rq_tagged(rq))
blk_queue_end_tag(q, rq);
_elv_add_request(q, rq, !at_head, 0);
__elv_add_request(q, rq, !at_head, 0);
q->request_fn(q);
spin_unlock_irqrestore(q->queue_lock, flags);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment