Re: [PATCH 6/6] xfs: fix bnobt repair space reservation disposal failure
Christoph Hellwig <[email protected]>
| Newsgroups | org.kernel.vger.linux-xfs,org.kernel.vger.stable |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Aug 12, 2026 at 10:26:58PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <[email protected]> > > LOLLM complains that we don't bubble failures from xrep_abt_dispose_one > upwards in the callstack. A failure to clean up the space used (or > reserved but not used) by the new bnobt/cntbt should be reported. Looks good: Reviewed-by: Christoph Hellwig <[email protected]>