hfs: convert to ctime accessor functions
authorJeff Layton <jlayton@kernel.org>
Wed, 5 Jul 2023 19:01:13 +0000 (15:01 -0400)
committerChristian Brauner <brauner@kernel.org>
Mon, 24 Jul 2023 08:29:59 +0000 (10:29 +0200)
commit7305586a79284f86ee003ab0c03c31b59f87ebbb
tree403f5b10caa8be8e5b226aa9b7509e8c02071da9
parent8a8b8d91b1582f03b934dc3b9781f7ced4d27202
hfs: 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.

Signed-off-by: Jeff Layton <jlayton@kernel.org>
Reviewed-by: Jan Kara <jack@suse.cz>
Message-Id: <20230705190309.579783-46-jlayton@kernel.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/hfs/catalog.c
fs/hfs/dir.c
fs/hfs/inode.c
fs/hfs/sysdep.c