summaryrefslogtreecommitdiff
path: root/usermux/node.c
diff options
context:
space:
mode:
Diffstat (limited to 'usermux/node.c')
-rw-r--r--usermux/node.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usermux/node.c b/usermux/node.c
index 324b85bf..2341714c 100644
--- a/usermux/node.c
+++ b/usermux/node.c
@@ -90,7 +90,7 @@ netfs_attempt_utimes (struct iouser *cred, struct node *node,
else
flags |= TOUCH_ATIME;
- fshelp_touch (&node->nn_stat, TOUCH_CTIME, usermux_maptime);
+ fshelp_touch (&node->nn_stat, flags, usermux_maptime);
}
return err;
}