From 986af68f7d789ba2537d61e9f3b8b1800b940419 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Fri, 20 Jun 1997 05:39:09 +0000 Subject: Replace uses of touch with fshelp_touch. --- hostmux/node.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hostmux/node.c') 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; } -- cgit v1.2.3