diff options
author | Christoph Hellwig <hch@lst.de> | 2021-04-21 22:48:27 +0200 |
---|---|---|
committer | Darrick J. Wong <djwong@kernel.org> | 2021-04-23 03:29:17 +0200 |
commit | 6fc277c7c935c7e1fdee23e82da988d9d3cb6bef (patch) | |
tree | 711b27a7f7ee2c22d3377f24c6b7d0e7b8826c9c /fs/xfs/xfs_inode_item_recover.c | |
parent | xfs: remove xfs_quiesce_attr declaration (diff) | |
download | linux-6fc277c7c935c7e1fdee23e82da988d9d3cb6bef.tar.xz linux-6fc277c7c935c7e1fdee23e82da988d9d3cb6bef.zip |
xfs: rename xfs_ictimestamp_t
Rename xfs_ictimestamp_t to xfs_log_timestamp_t as it is a type used
for logging timestamps with no relationship to the in-core inode.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Diffstat (limited to 'fs/xfs/xfs_inode_item_recover.c')
-rw-r--r-- | fs/xfs/xfs_inode_item_recover.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_inode_item_recover.c b/fs/xfs/xfs_inode_item_recover.c index cb44f7653f03..9b877de2ce5e 100644 --- a/fs/xfs/xfs_inode_item_recover.c +++ b/fs/xfs/xfs_inode_item_recover.c @@ -125,7 +125,7 @@ static inline bool xfs_log_dinode_has_bigtime(const struct xfs_log_dinode *ld) static inline xfs_timestamp_t xfs_log_dinode_to_disk_ts( struct xfs_log_dinode *from, - const xfs_ictimestamp_t its) + const xfs_log_timestamp_t its) { struct xfs_legacy_timestamp *lts; struct xfs_legacy_ictimestamp *lits; |