From: Christoph Hellwig Date: Thu, 20 Nov 2025 06:47:24 +0000 (+0100) Subject: fs: export vfs_utimes X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=013983665227b16d0ec2c4fec19b43c3e265ebc5;p=thirdparty%2Flinux.git 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 Link: https://patch.msgid.link/20251120064859.2911749-4-hch@lst.de Reviewed-by: Chaitanya Kulkarni Reviewed-by: Jeff Layton Reviewed-by: Jan Kara Signed-off-by: Christian Brauner --- diff --git a/fs/utimes.c b/fs/utimes.c index c7c7958e57b2..3e7156396230 100644 --- a/fs/utimes.c +++ b/fs/utimes.c @@ -76,6 +76,7 @@ retry_deleg: out: return error; } +EXPORT_SYMBOL_GPL(vfs_utimes); static int do_utimes_path(int dfd, const char __user *filename, struct timespec64 *times, int flags)