fs: drop the timespec64 argument from update_time
authorJeff Layton <jlayton@kernel.org>
Mon, 7 Aug 2023 19:38:39 +0000 (15:38 -0400)
committerChristian Brauner <brauner@kernel.org>
Fri, 11 Aug 2023 07:04:57 +0000 (09:04 +0200)
commit913e99287b98fd051ac1976140a2764a8ef9dfbf
tree98b256701a67886b61be340d4d5043ffcf22a31d
parent51b0f3ebdbbf440b2d04f24cff2ad8b39d11842d
fs: drop the timespec64 argument from update_time

Now that all of the update_time operations are prepared for it, we can
drop the timespec64 argument from the update_time operation. Do that and
remove it from some associated functions like inode_update_time and
inode_needs_update_time.

Signed-off-by: Jeff Layton <jlayton@kernel.org>
Reviewed-by: Jan Kara <jack@suse.cz>
Message-Id: <20230807-mgctime-v7-8-d1dec143a704@kernel.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
15 files changed:
fs/bad_inode.c
fs/btrfs/inode.c
fs/btrfs/volumes.c
fs/fat/fat.h
fs/fat/misc.c
fs/gfs2/inode.c
fs/inode.c
fs/orangefs/inode.c
fs/orangefs/orangefs-kernel.h
fs/overlayfs/inode.c
fs/overlayfs/overlayfs.h
fs/ubifs/file.c
fs/ubifs/ubifs.h
fs/xfs/xfs_iops.c
include/linux/fs.h