]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: convert to ctime accessor functions
authorJeff Layton <jlayton@kernel.org>
Tue, 14 Nov 2023 09:39:12 +0000 (10:39 +0100)
committerCarlos Maiolino <cem@kernel.org>
Tue, 14 Nov 2023 12:32:28 +0000 (13:32 +0100)
commit6cfd0b487e7608eb63688ed6918c3f69526cb9f1
tree22172c35cec36855ccbbd96d7b52ac0068e9c03c
parent91d9bdb83deffa675d0d2323433de0748effb581
xfs: convert to ctime accessor functions

Source kernel commit: a0a415e34b57368acd262e1172720252c028b936

In later patches, we're going to change how the inode's ctime field is
used. Switch to using accessor functions instead of raw accesses of
inode->i_ctime.

Signed-off-by: Jeff Layton <jlayton@kernel.org>
Reviewed-by: Jan Kara <jack@suse.cz>
Message-Id: <20230705190309.579783-80-jlayton@kernel.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
include/xfs_inode.h
libxfs/xfs_inode_buf.c
libxfs/xfs_trans_inode.c