xfs: redefine xfs_ictimestamp_t
authorDarrick J. Wong <darrick.wong@oracle.com>
Mon, 24 Aug 2020 23:01:34 +0000 (16:01 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Wed, 16 Sep 2020 03:52:41 +0000 (20:52 -0700)
commit30e05599219f3c15bd5f24190af0e33cdb4a00e5
tree029eb850bd1e5b4a89fbd2587e171cc3faa7f096
parent5a0bb066f60fa02f453d7721844eae59f505c06e
xfs: redefine xfs_ictimestamp_t

Redefine xfs_ictimestamp_t as a uint64_t typedef in preparation for the
bigtime functionality.  Preserve the legacy structure format so that we
can let the compiler take care of the 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_log_format.h
fs/xfs/xfs_inode_item.c
fs/xfs/xfs_inode_item_recover.c
fs/xfs/xfs_ondisk.h