Re: [PATCH v3 4/5] md/raid10: fix improper BUG_ON() in raise_barrier()
From: Logan Gunthorpe <logang@deltatee.com>
Date: 2022-09-16 18:36:48
Also in:
lkml
From: Logan Gunthorpe <logang@deltatee.com>
Date: 2022-09-16 18:36:48
Also in:
lkml
On 2022-09-16 05:34, Yu Kuai wrote:
From: Yu Kuai <redacted> 'conf->barrier' is protected by 'conf->resync_lock', reading 'conf->barrier' without holding the lock is wrong. Signed-off-by: Yu Kuai <redacted>
Reviewed-by: Logan Gunthorpe <logang@deltatee.com>