mbox series

[v4,0/2] md: fix is_mddev_idle()

Message ID 20240117031946.2324519-1-linan666@huaweicloud.com (mailing list archive)
Headers show
Series md: fix is_mddev_idle() | expand

Message

Li Nan Jan. 17, 2024, 3:19 a.m. UTC
From: Li Nan <linan122@huawei.com>

Changes in v4:
 - patch 2, add the check of 'init', update last_events even if iostat
   is disabled.

Li Nan (2):
  md: Fix overflow in is_mddev_idle
  md: don't account sync_io if iostats of the disk is disabled

 drivers/md/md.h        |  5 +++--
 include/linux/blkdev.h |  2 +-
 drivers/md/md.c        | 11 ++++++++---
 3 files changed, 12 insertions(+), 6 deletions(-)

Comments

Li Nan March 8, 2024, 1:12 a.m. UTC | #1
friendly ping ...

在 2024/1/17 11:19, linan666@huaweicloud.com 写道:
> From: Li Nan <linan122@huawei.com>
> 
> Changes in v4:
>   - patch 2, add the check of 'init', update last_events even if iostat
>     is disabled.
> 
> Li Nan (2):
>    md: Fix overflow in is_mddev_idle
>    md: don't account sync_io if iostats of the disk is disabled
> 
>   drivers/md/md.h        |  5 +++--
>   include/linux/blkdev.h |  2 +-
>   drivers/md/md.c        | 11 ++++++++---
>   3 files changed, 12 insertions(+), 6 deletions(-)
>
Song Liu March 8, 2024, 1:48 a.m. UTC | #2
On Thu, Mar 7, 2024 at 5:12 PM Li Nan <linan666@huaweicloud.com> wrote:
>
> friendly ping ...

I am sorry that I somehow missed this (or archived it in patchwork). I think
we gonna ship this to 6.10 kernel. I will work on it later.

Thanks,
Song
Song Liu April 10, 2024, 9:35 p.m. UTC | #3
On Tue, Jan 16, 2024 at 7:23 PM <linan666@huaweicloud.com> wrote:
>
> From: Li Nan <linan122@huawei.com>
>
> Changes in v4:
>  - patch 2, add the check of 'init', update last_events even if iostat
>    is disabled.
>
> Li Nan (2):
>   md: Fix overflow in is_mddev_idle
>   md: don't account sync_io if iostats of the disk is disabled

Applied to md-6.10. Thanks!

Song