On Wed, Aug 21, 2024 at 08:57:36AM -0700, Darrick J. Wong wrote: > > in xfs_attr3_leaf_split caused by an allocation failure. Note that > > the allocation failure is caused by another bug that will be fixed > > subsequently, but this commit at least sorts out the error handling. > > > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> > > Nice cleanup It's not even supposed to clean things up, just to fix the incorrect error handling..