Re: [PATCH 6/6] xfs: lock the healthmon when inserting unmount event
Christoph Hellwig <[email protected]>
| Newsgroups | org.kernel.vger.stable,org.kernel.vger.linux-xfs |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Aug 24, 2026 at 10:35:57PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <[email protected]> > > LOLLM complains that xfs_healthmon_unmount does an unlocked insert of > the unmount event into the health monitor's event list. Fix that. Looks good: Reviewed-by: Christoph Hellwig <[email protected]> Can you also add a lockdep_assert_held to __xfs_healthmon_insert?