Re: [PATCH 06/10] md: stop using for_each_mddev in md_do_sync
From: Logan Gunthorpe <logang@deltatee.com>
Date: 2022-07-18 20:03:02
Also in:
linux-block
From: Logan Gunthorpe <logang@deltatee.com>
Date: 2022-07-18 20:03:02
Also in:
linux-block
On 2022-07-18 00:34, Christoph Hellwig wrote:
Just do a plain list_for_each that only grabs a mddev reference in the case where the thread sleeps and restarts the list iteration. Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Logan Gunthorpe <logang@deltatee.com> Logan