Re: [PATCH 6/6] xfs: fix remote xattr valuelblk check
From: Christoph Hellwig <hch@infradead.org>
Date: 2026-01-21 15:08:53
Also in:
linux-xfs
From: Christoph Hellwig <hch@infradead.org>
Date: 2026-01-21 15:08:53
Also in:
linux-xfs
On Tue, Jan 20, 2026 at 10:39:15PM -0800, Darrick J. Wong wrote:
From: Darrick J. Wong <djwong@kernel.org> In debugging other problems with generic/753, it turns out that it's possible for the system go to down in the middle of a remote xattr set operation such that the leaf block entry is marked incomplete and valueblk is set to zero. Make this no longer a failure.
Looks good: Reviewed-by: Christoph Hellwig <hch@lst.de>