Re: [PATCH -next 0/2] md: clean up and fix for mddev_suspend()
From: Song Liu <song@kernel.org>
Date: 2023-07-07 09:02:35
Also in:
lkml
From: Song Liu <song@kernel.org>
Date: 2023-07-07 09:02:35
Also in:
lkml
On Fri, Jul 7, 2023 at 9:25 AM Yu Kuai [off-list ref] wrote:
Hi, 在 2023/06/28 9:29, Yu Kuai 写道:quoted
From: Yu Kuai <redacted> This patchset is minor changes that I found by code review while I'm working on synchronize io and array configuration. I'm planing to refactor mddev_suspend() from: mddev_lock // array configuration mddev_unlock and: mddev_lock mddev_suspend // array configuration mddev_resume mddev_unlock to: mddev_suspend mddev_lock // array configuration mddev_unlock mddev_resumeFriendly ping ...
Applied to md-next. Thanks! Song