On 2/4/20 4:46 PM, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > xfs_repair has a very old check that evidently excuses the AG 0 inode > btrees pointing to blocks that are already marked XR_E_INUSE_FS* (e.g. > AG headers). mkfs never formats filesystems that way and it looks like > an error, so purge the check. After this, we always complain if inodes > overlap with AG headers because that should never happen. On a previous version, you and Brian had a fairly long conversation about the warning this presents, and how it doesn't tell the user what to do about it, and how the warning will persist, and may generate bug reports or questions. It sounded like you had a plan to address that, which does not seem to be present in this patch? So I'm not sure Brian's concerns have been resolved yet. -Eric