commit | 8d2d878db897d7501aaa2f72e10bb28295bb5498 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Nov 12 08:20:42 2019 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Wed Nov 13 11:13:45 2019 -0800 |
tree | 6a82491aea9b140cd9ae49bf644cd4ff39b5a526 | |
parent | d8d11fc703a22bbe3939e08b08396fa6b816719a [diff] |
xfs: use a struct timespec64 for the in-core crtime struct xfs_icdinode is purely an in-memory data structure, so don't use a log on-disk structure for it. This simplifies the code a bit, and also reduces our include hell slightly. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> [darrick: fix a minor indenting problem in xfs_trans_ichgtime] Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>