Re: [PATCH] xfs: clear zapped attr fork state when bmap repair finds no attr fork

From: Christoph Hellwig

Date: Thu Jul 16 2026 - 04:27:01 EST


On Wed, Jul 15, 2026 at 06:30:26PM +0800, Qiang Ma wrote:
> + if (error == -ENOENT && (sc->flags & XREP_ALREADY_FIXED)) {
> + /* A repaired, empty attr fork no longer has mappings to check. */

Overly long, either move it above the if or turn it into a multiline
comment.

Otherwise this looks good.