mbox series

[0/4] some improvements and clean-up for block

Message ID 20200918014706.1962485-1-yuyufen@huawei.com (mailing list archive)
Headers show
Series some improvements and clean-up for block | expand

Message

Yufen Yu Sept. 18, 2020, 1:47 a.m. UTC
Hi all,

  This series contains improvement for elevator exit, removing
  wrong comments and clean-up code.

Yufen Yu (4):
  block: invoke blk_mq_exit_sched no matter whether have .exit_sched
  block: use common interface blk_queue_registered()
  block: fix comment and add lockdep assert
  block: get rid of unnecessary local variable

 block/blk-iocost.c |  2 +-
 block/blk-sysfs.c  |  5 +----
 block/elevator.c   | 19 ++++++-------------
 3 files changed, 8 insertions(+), 18 deletions(-)

Comments

Yufen Yu Sept. 18, 2020, 7:55 a.m. UTC | #1
Ignoring this patch set. There is a sloppy error in patch 2. I will resend the patch set.
Sorry for noise. Thanks for Andy Lavr to point the error.

On 2020/9/18 9:47, Yufen Yu wrote:
> Hi all,
> 
>    This series contains improvement for elevator exit, removing
>    wrong comments and clean-up code.
> 
> Yufen Yu (4):
>    block: invoke blk_mq_exit_sched no matter whether have .exit_sched
>    block: use common interface blk_queue_registered()
>    block: fix comment and add lockdep assert
>    block: get rid of unnecessary local variable
> 
>   block/blk-iocost.c |  2 +-
>   block/blk-sysfs.c  |  5 +----
>   block/elevator.c   | 19 ++++++-------------
>   3 files changed, 8 insertions(+), 18 deletions(-)
>