On Fri, May 01, 2020 at 01:02:27PM -0400, Brian Foster wrote: > The associated code replaced in this patch checks the attr fork pointer: > > - ifp = XFS_IFORK_PTR(ip, XFS_ATTR_FORK); > - xfs_inode_verifier_error(ip, -EFSCORRUPTED, "attr fork", > - ifp ? ifp->if_u1.if_data : NULL, > - ifp ? ifp->if_bytes : 0, fa); Oh, true. I'll fix this up to keep bisectability.