On Thu, May 07, 2020 at 11:12:55AM -0500, Eric Sandeen wrote: > > > On 5/7/20 11:11 AM, Christoph Hellwig wrote: > > And FYI, the xfs_check failures also appear with your branch. > > > > > diff -Nurp -x .git -x m4 xfsprogs-hch-5.7/db/check.c xfsprogs-maint-5.7/db/check.c > --- xfsprogs-hch-5.7/db/check.c 2020-05-07 12:00:56.134700951 -0400 > +++ xfsprogs-maint-5.7/db/check.c 2020-05-01 23:33:19.864639307 -0400 > @@ -2707,6 +2707,8 @@ process_inode( > "dev", "local", "extents", "btree", "uuid" > }; > > + /* xfs_inode_from_disk expects to have an mp to work with */ > + xino.i_mount = mp; > libxfs_inode_from_disk(&xino, dip); That looks like a hot contender :) I'm curious why it didn't crash, though.