Skip to content

Commit 0139836

Browse files
Christoph Hellwigbrauner
authored andcommitted
fs: export vfs_utimes
This will be used to replace an incorrect direct call into generic_update_time in btrfs. Signed-off-by: Christoph Hellwig <hch@lst.de> Link: https://patch.msgid.link/20251120064859.2911749-4-hch@lst.de Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com> Reviewed-by: Jeff Layton <jlayton@kernel.org> Reviewed-by: Jan Kara <jack@suse.cz> Signed-off-by: Christian Brauner <brauner@kernel.org>
1 parent 7f30e7a commit 0139836

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

fs/utimes.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ int vfs_utimes(const struct path *path, struct timespec64 *times)
7676
out:
7777
return error;
7878
}
79+
EXPORT_SYMBOL_GPL(vfs_utimes);
7980

8081
static int do_utimes_path(int dfd, const char __user *filename,
8182
struct timespec64 *times, int flags)

0 commit comments

Comments
 (0)