mbox series

[0/3] Three small block layer patches

Message ID 20241212212941.1268662-1-bvanassche@acm.org (mailing list archive)
Headers show
Series Three small block layer patches | expand

Message

Bart Van Assche Dec. 12, 2024, 9:29 p.m. UTC
Hi Jens,

This series includes two code cleanup patches and one bug fix.

Please consider the three patches in this series for inclusion in the upstream
kernel.

Thanks,

Bart.

Bart Van Assche (3):
  mq-deadline: Remove a local variable
  blk-mq: Clean up blk_mq_requeue_work()
  block: Fix queue_iostats_passthrough_show()

 block/blk-mq.c      | 10 ++++------
 block/blk-sysfs.c   |  2 +-
 block/mq-deadline.c |  5 +----
 3 files changed, 6 insertions(+), 11 deletions(-)

Comments

Jens Axboe Dec. 13, 2024, 3:09 p.m. UTC | #1
On Thu, 12 Dec 2024 13:29:38 -0800, Bart Van Assche wrote:
> This series includes two code cleanup patches and one bug fix.
> 
> Please consider the three patches in this series for inclusion in the upstream
> kernel.
> 
> Thanks,
> 
> [...]

Applied, thanks!

[1/3] mq-deadline: Remove a local variable
      commit: e01424fab35d77439956ea98c915c639fbf16db0
[2/3] blk-mq: Clean up blk_mq_requeue_work()
      commit: 312ccd4b755a09dc44e8a25f9c9526a4587ab53c
[3/3] block: Fix queue_iostats_passthrough_show()
      commit: a6fe7b70513fbf11ffa5e85f7b6ba444497a5a3d

Best regards,