Revert "block, bfq: don't break merge chain in bfq_split_bfqq()"
This reverts commit 25901091f1
.
This commit is contained in:
parent
9f6606ad3a
commit
5af498c438
1 changed files with 1 additions and 1 deletions
|
@ -6096,7 +6096,7 @@ bfq_split_bfqq(struct bfq_io_cq *bic, struct bfq_queue *bfqq)
|
||||||
{
|
{
|
||||||
bfq_log_bfqq(bfqq->bfqd, bfqq, "splitting queue");
|
bfq_log_bfqq(bfqq->bfqd, bfqq, "splitting queue");
|
||||||
|
|
||||||
if (bfqq_process_refs(bfqq) == 1 && !bfqq->new_bfqq) {
|
if (bfqq_process_refs(bfqq) == 1) {
|
||||||
bfqq->pid = current->pid;
|
bfqq->pid = current->pid;
|
||||||
bfq_clear_bfqq_coop(bfqq);
|
bfq_clear_bfqq_coop(bfqq);
|
||||||
bfq_clear_bfqq_split_coop(bfqq);
|
bfq_clear_bfqq_split_coop(bfqq);
|
||||||
|
|
Loading…
Reference in a new issue