hfsplus: convert to ctime accessor functions
authorJeff Layton <jlayton@kernel.org>
Wed, 5 Jul 2023 19:01:14 +0000 (15:01 -0400)
committerChristian Brauner <brauner@kernel.org>
Mon, 24 Jul 2023 08:30:00 +0000 (10:30 +0200)
commit101fa821ab7d1a1ae353da41f8a2455409e35e2d
tree5520cd265daaad4a66d753c8eac5f9cf51363a41
parent7305586a79284f86ee003ab0c03c31b59f87ebbb
hfsplus: 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-47-jlayton@kernel.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/hfsplus/catalog.c
fs/hfsplus/dir.c
fs/hfsplus/inode.c