On Tue, Aug 18, 2020 at 1:57 AM Darrick J. Wong <darrick.wong@xxxxxxxxxx> wrote: > > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > Convert the xfs_timestamp struct to a union so that we can overload it > in the next patch. > > Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> I guess we could have kept xfs_timestamp_t and friend a bit longer to avoid this churn. Oh well. I guess the agenda to remove those typedefs is strong. Reviewed-by: Amir Goldstein <amir73il@xxxxxxxxx>