xfs: redefine xfs_timestamp_t
authorDarrick J. Wong <darrick.wong@oracle.com>
Mon, 24 Aug 2020 22:15:46 +0000 (15:15 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Wed, 16 Sep 2020 03:52:41 +0000 (20:52 -0700)
commit5a0bb066f60fa02f453d7721844eae59f505c06e
tree9060a5a8f29f1de384a90ac6f9b14a90ae4a9ef9
parent88947ea0ba713c9b74b212755b3b58242f0e7a56
xfs: redefine xfs_timestamp_t

Redefine xfs_timestamp_t as a __be64 typedef in preparation for the
bigtime functionality.  Preserve the legacy structure format so that we
can let the compiler take care of masking and shifting.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Gao Xiang <hsiangkao@redhat.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
fs/xfs/libxfs/xfs_format.h
fs/xfs/libxfs/xfs_inode_buf.c
fs/xfs/libxfs/xfs_inode_buf.h
fs/xfs/scrub/inode.c
fs/xfs/xfs_inode_item_recover.c
fs/xfs/xfs_ondisk.h