Re: [PATCH 3/5] xfs: bump lost_prev_errors if we lose even the healthmon lost 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:36:43PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <[email protected]> > > LOLLM observes that we don't bump xfs_healthmon::lost_prev_event even if > we can't allocate or queue a LOST event, which means that events can > disappear silently when things are going very wrong. Bump the counter > to avoid this problem. Looks good: Reviewed-by: Christoph Hellwig <[email protected]>