ceph: convert to ctime accessor functions
authorJeff Layton <jlayton@kernel.org>
Wed, 5 Jul 2023 19:00:55 +0000 (15:00 -0400)
committerChristian Brauner <brauner@kernel.org>
Thu, 13 Jul 2023 08:28:05 +0000 (10:28 +0200)
commit7795aef0819225db9aea918b7f7c47a854304d5e
treeb10e36907228d9e7784f23854831983d4e9d6684
parent2a9462de4352d141ca17d7b872dee64d3ba8995f
ceph: convert to ctime accessor functions

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.

Reviewed-by: Xiubo Li <xiubli@redhat.com>
Signed-off-by: Jeff Layton <jlayton@kernel.org>
Reviewed-by: Jan Kara <jack@suse.cz>
Message-Id: <20230705190309.579783-28-jlayton@kernel.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/ceph/acl.c
fs/ceph/caps.c
fs/ceph/inode.c
fs/ceph/snap.c
fs/ceph/xattr.c