diff options
Diffstat (limited to 'libnetfs/file-utimes.c')
-rw-r--r-- | libnetfs/file-utimes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnetfs/file-utimes.c b/libnetfs/file-utimes.c index f641c8da..abe2f6c4 100644 --- a/libnetfs/file-utimes.c +++ b/libnetfs/file-utimes.c @@ -38,7 +38,7 @@ netfs_S_file_utimes (struct protid *user, return EOPNOTSUPP; mutex_lock (&user->po->np->lock); - err = netfs_attempt_utimes (user->credential, user->po->np, &atime, &mtime); + err = netfs_attempt_utimes (user->user, user->po->np, &atime, &mtime); mutex_unlock (&user->po->np->lock); return err; } |