]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - block/bfq-wf2q.c
block, bfq: update blkio stats outside the scheduler lock
[mirror_ubuntu-bionic-kernel.git] / block / bfq-wf2q.c
index 414ba686a8475233ee29bae9e5f0beb3e11b8c7e..e495d3f9b4b0a4a1c30375158755472260494597 100644 (file)
@@ -843,7 +843,6 @@ void bfq_bfqq_served(struct bfq_queue *bfqq, int served)
                st->vtime += bfq_delta(served, st->wsum);
                bfq_forget_idle(st);
        }
-       bfqg_stats_set_start_empty_time(bfqq_group(bfqq));
        bfq_log_bfqq(bfqq->bfqd, bfqq, "bfqq_served %d secs", served);
 }