On Wed, Oct 28, 2020 at 10:25 PM Darrick J. Wong <darrick.wong@xxxxxxxxxx> wrote: > > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > Add these new ondisk structures. > > Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> Reviewed-by: Amir Goldstein <amir73il@xxxxxxxxx> > --- > tests/xfs/122 | 1 + > tests/xfs/122.out | 1 + > 2 files changed, 2 insertions(+) > > > diff --git a/tests/xfs/122 b/tests/xfs/122 > index a4248031..db21f2d5 100755 > --- a/tests/xfs/122 > +++ b/tests/xfs/122 > @@ -182,6 +182,7 @@ struct xfs_iext_cursor > struct xfs_ino_geometry > struct xfs_attrlist > struct xfs_attrlist_ent > +struct xfs_legacy_ictimestamp <OCD move near xfs_ictimestamp_t similar to other adjacent struct and typedefs /> Thanks, Amir.