Re: [PATCH v2 4/5] md: fix is_mddev_idle()

2025-04-18 Thread Su Yue
On Sat 19 Apr 2025 at 10:00, Yu Kuai wrote: Hi, 在 2025/04/19 9:42, Su Yue 写道: On Fri 18 Apr 2025 at 09:09, Yu Kuai wrote: From: Yu Kuai If sync_speed is above speed_min, then is_mddev_idle() will be called for each sync IO to check if the array is idle, and inflihgt sync_io will be

Re: [PATCH v2 4/5] md: fix is_mddev_idle()

2025-04-18 Thread Yu Kuai
Hi, 在 2025/04/19 9:42, Su Yue 写道: On Fri 18 Apr 2025 at 09:09, Yu Kuai wrote: From: Yu Kuai If sync_speed is above speed_min, then is_mddev_idle() will be called for each sync IO to check if the array is idle, and inflihgt sync_io will be limited if the array is not idle. However, while mk

Re: [PATCH v2 4/5] md: fix is_mddev_idle()

2025-04-18 Thread Su Yue
On Fri 18 Apr 2025 at 09:09, Yu Kuai wrote: From: Yu Kuai If sync_speed is above speed_min, then is_mddev_idle() will be called for each sync IO to check if the array is idle, and inflihgt sync_io will be limited if the array is not idle. However, while mkfs.ext4 for a large raid5 array