Message ID | 20221102022542.3621219-1-yukuai1@huaweicloud.com (mailing list archive) |
---|---|
Headers | show |
Series | multiple cleanup patches for bfqd | expand |
On Wed, 2 Nov 2022 10:25:37 +0800, Yu Kuai wrote: > From: Yu Kuai <yukuai3@huawei.com> > > Changes in v4: > - move first two patches from v3 into another thread. > - add patch 1 > > Changes in v3: > - resend v2 with new mail address > > [...] Applied, thanks! [1/5] block, bfq: remove set but not used variable in __bfq_entity_update_weight_prio commit: 060d9217d356a28e1bcfd2df0c8bf59aa24a12ce [2/5] block, bfq: factor out code to update 'active_entities' commit: e5c63eb4b59f9fb9b28e29d605a4dabbeff7772e [3/5] block, bfq: cleanup bfq_activate_requeue_entity() commit: f6fd119b1ae2c4f794dffc87421cf4ce2414401e [4/5] block, bfq: remove dead code for updating 'rq_in_driver' commit: 918fdea3884ca8de93bd0e8ad02545eb8e3695d6 [5/5] block, bfq: don't declare 'bfqd' as type 'void *' in bfq_group commit: aa625117d6f67e33fab280358855fdd332bb20ab Best regards,
From: Yu Kuai <yukuai3@huawei.com> Changes in v4: - move first two patches from v3 into another thread. - add patch 1 Changes in v3: - resend v2 with new mail address Changes in v2: - add missing blank line in patch 1. - remove patch 7,8, since they are wrong. - add reviewed-by tag Yu Kuai (5): block, bfq: remove set but not used variable in __bfq_entity_update_weight_prio block, bfq: factor out code to update 'active_entities' block, bfq: cleanup bfq_activate_requeue_entity() block, bfq: remove dead code for updating 'rq_in_driver' block, bfq: don't declare 'bfqd' as type 'void *' in bfq_group block/bfq-cgroup.c | 2 +- block/bfq-iosched.c | 16 --------- block/bfq-iosched.h | 2 +- block/bfq-wf2q.c | 88 ++++++++++++++++++--------------------------- 4 files changed, 37 insertions(+), 71 deletions(-)