|
@@ -1847,7 +1847,6 @@ static void bfq_requests_merged(struct request_queue *q, struct request *rq,
|
|
|
|
|
|
if (!RB_EMPTY_NODE(&rq->rb_node))
|
|
|
goto end;
|
|
|
- spin_lock_irq(&bfqq->bfqd->lock);
|
|
|
|
|
|
/*
|
|
|
* If next and rq belong to the same bfq_queue and next is older
|
|
@@ -1872,7 +1871,6 @@ static void bfq_requests_merged(struct request_queue *q, struct request *rq,
|
|
|
bfq_remove_request(q, next);
|
|
|
bfqg_stats_update_io_remove(bfqq_group(bfqq), next->cmd_flags);
|
|
|
|
|
|
- spin_unlock_irq(&bfqq->bfqd->lock);
|
|
|
end:
|
|
|
bfqg_stats_update_io_merged(bfqq_group(bfqq), next->cmd_flags);
|
|
|
}
|