Message ID | 156394160033.1850833.3353358773089273571.stgit@magnolia (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | xfs: fixes and new tests for bulkstat v5 | expand |
On Tue, Jul 23, 2019 at 09:13:20PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@oracle.com> > > Ignore new in-core structure. > > Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> > --- Reviewed-by: Brian Foster <bfoster@redhat.com> > tests/xfs/122 | 1 + > 1 file changed, 1 insertion(+) > > > diff --git a/tests/xfs/122 b/tests/xfs/122 > index b66b78a6..89a39a23 100755 > --- a/tests/xfs/122 > +++ b/tests/xfs/122 > @@ -177,6 +177,7 @@ xfs_dirent_t > xfs_fsop_getparents_handlereq_t > xfs_dinode_core_t > struct xfs_iext_cursor > +struct xfs_ino_geometry > EOF > > echo 'int main(int argc, char *argv[]) {' >>$cprog >
diff --git a/tests/xfs/122 b/tests/xfs/122 index b66b78a6..89a39a23 100755 --- a/tests/xfs/122 +++ b/tests/xfs/122 @@ -177,6 +177,7 @@ xfs_dirent_t xfs_fsop_getparents_handlereq_t xfs_dinode_core_t struct xfs_iext_cursor +struct xfs_ino_geometry EOF echo 'int main(int argc, char *argv[]) {' >>$cprog