Re: [PATCH v3 1/5] md/raid10: factor out code from wait_barrier() to stop_waiting_barrier()
From: Logan Gunthorpe <logang@deltatee.com>
Date: 2022-09-16 18:35:56
Also in:
lkml
From: Logan Gunthorpe <logang@deltatee.com>
Date: 2022-09-16 18:35:56
Also in:
lkml
On 2022-09-16 05:34, Yu Kuai wrote:
From: Yu Kuai <redacted> Currently the nasty condition in wait_barrier() is hard to read. This patch factors out the condition into a function. There are no functional changes. Signed-off-by: Yu Kuai <redacted> Acked-by: Paul Menzel <redacted>
Reviewed-by: Logan Gunthorpe <logang@deltatee.com>