]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3383d59c402b9e8c548bbf3808f31b426f539d00
tree9060a5a8f29f1de384a90ac6f9b14a90ae4a9ef9
parente64f64e5e0c69aede31846ad48e5720e60a4d029
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