Re: [PATCH] xfs: clear zapped attr fork state when bmap repair finds no attr fork
Christoph Hellwig <[email protected]>
| Newsgroups | org.kernel.vger.linux-xfs,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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.