mbox series

[-next,0/3] bfq simple cleanups

Message ID 20220816015631.1323948-1-yukuai1@huaweicloud.com (mailing list archive)
Headers show
Series bfq simple cleanups | expand

Message

Yu Kuai Aug. 16, 2022, 1:56 a.m. UTC
From: Yu Kuai <yukuai3@huawei.com>

Yu Kuai (3):
  block: bfq: remove unused functions
  block, bfq: remove useless checking in bfq_put_queue()
  block, bfq: remove useless parameter for bfq_add/del_bfqq_busy()

 block/bfq-cgroup.c  |  5 -----
 block/bfq-iosched.c | 14 ++++++--------
 block/bfq-iosched.h | 18 ++++++++++--------
 block/bfq-wf2q.c    |  9 ++++++---
 4 files changed, 22 insertions(+), 24 deletions(-)

Comments

Jens Axboe Aug. 19, 2022, 8:56 p.m. UTC | #1
On Tue, 16 Aug 2022 09:56:28 +0800, Yu Kuai wrote:
> From: Yu Kuai <yukuai3@huawei.com>
> 
> Yu Kuai (3):
>   block: bfq: remove unused functions
>   block, bfq: remove useless checking in bfq_put_queue()
>   block, bfq: remove useless parameter for bfq_add/del_bfqq_busy()
> 
> [...]

Applied, thanks!

[1/3] block, bfq: remove unused functions
      commit: 83501be67dbabc4a19ca7cf0f7406cc200272880
[2/3] block, bfq: remove useless checking in bfq_put_queue()
      commit: bf2c5a1d2aa31faf3cae0158da2a301acfa0c9fd
[3/3] block, bfq: remove useless parameter for bfq_add/del_bfqq_busy()
      commit: f5f9d71bc15eaa72f70cd49aa507b0809a0325ae

Best regards,