From 76d865eff89fbc81134af4aefd0b42618bb038a3 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 13 Nov 1995 21:45:05 +0000 Subject: Formerly file-utimes.c.~2~ --- libnetfs/file-utimes.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libnetfs') diff --git a/libnetfs/file-utimes.c b/libnetfs/file-utimes.c index 2924aefe..a3e79946 100644 --- a/libnetfs/file-utimes.c +++ b/libnetfs/file-utimes.c @@ -38,8 +38,7 @@ netfs_S_file_utimes (struct protid *user, return EOPNOTSUPP; mutex_lock (&user->po->np->lock); - err = netfs_attempt_chown (user->credential, user->po->np, - uid, gid); + err = netfs_attempt_utimes (user->credential, user->po->np, &atime, &mtime); mutex_unlock (&user->po->np->lock); return err; } -- cgit v1.2.3