fat: convert to ctime accessor functions
authorJeff Layton <jlayton@kernel.org>
Wed, 5 Jul 2023 19:01:09 +0000 (15:01 -0400)
committerChristian Brauner <brauner@kernel.org>
Mon, 24 Jul 2023 08:29:59 +0000 (10:29 +0200)
commitea60635ec1f456b4cf8ecf1ead2e203c9226e0d6
treefbad7ab7eeaad7a22e53530c4d12340017abd9a4
parentc62ebd3501cc2c78d4cc28a9b4cbdb17d199c6d6
fat: 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>
Message-Id: <20230705190309.579783-42-jlayton@kernel.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/fat/inode.c
fs/fat/misc.c