summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hostmux/node.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hostmux/node.c b/hostmux/node.c
index 3d808afe..0fedf8c2 100644
--- a/hostmux/node.c
+++ b/hostmux/node.c
@@ -78,7 +78,7 @@ netfs_attempt_utimes (struct iouser *cred, struct node *node,
node->nn_stat.st_mtime_usec = mtime->tv_nsec / 1000;
node->nn_stat.st_atime = atime->tv_sec;
node->nn_stat.st_atime_usec = atime->tv_nsec / 1000;
- touch (node, TOUCH_CTIME);
+ fshelp_touch (&node->nn_stat, TOUCH_CTIME, hostmux_maptime);
}
return err;
}