Re: split mddev_find and don't create new instance in ->open
From: Song Liu <song@kernel.org>
Date: 2021-04-05 17:11:45
From: Song Liu <song@kernel.org>
Date: 2021-04-05 17:11:45
On Sat, Apr 3, 2021 at 9:15 AM Christoph Hellwig [off-list ref] wrote:
Hi Song, this series split mddev_find so that no new instances get created in ->open. This was originally part of a larger cleanup, but it turns out to actually fix a bug found by Zhao.
Applied this set and Heming's patch to md-next. Thanks Christoph and Heming! Song