]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: redefine xfs_ictimestamp_t
authorDarrick J. Wong <darrick.wong@oracle.com>
Wed, 11 Nov 2020 18:48:47 +0000 (13:48 -0500)
committerEric Sandeen <sandeen@sandeen.net>
Wed, 11 Nov 2020 18:48:47 +0000 (13:48 -0500)
commitfc3e21db4a30d0d81158938cabba0fb59fc57ad8
tree80b11609fd9f292c551798c58801b0ae868a4358
parenta252aadfc977473e0851acf0d529c930c6e8e181
xfs: redefine xfs_ictimestamp_t

Source kernel commit: 30e05599219f3c15bd5f24190af0e33cdb4a00e5

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>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_log_format.h
logprint/log_misc.c
logprint/log_print_all.c
logprint/logprint.h