summaryrefslogtreecommitdiff
path: root/sys/src/cmd/cwfs/all.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2012-07-14 23:49:17 +0200
committercinap_lenrek <cinap_lenrek@gmx.de>2012-07-14 23:49:17 +0200
commit8099d78f447fd77b215e2cc6a6bab2097a0d4d54 (patch)
treebba4ffff4d1ed703f7ea918f7608d9689ab1e9ce /sys/src/cmd/cwfs/all.h
parentb494f61baa98f9ebb17cae13257d056af995b9f3 (diff)
cwfs: noatime flag
Diffstat (limited to 'sys/src/cmd/cwfs/all.h')
-rw-r--r--sys/src/cmd/cwfs/all.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/cwfs/all.h b/sys/src/cmd/cwfs/all.h
index 3c29ecc5b..05d5d4c48 100644
--- a/sys/src/cmd/cwfs/all.h
+++ b/sys/src/cmd/cwfs/all.h
@@ -84,6 +84,7 @@ ulong chatflag;
ulong authdebugflag;
int noattach; /* attach is disabled */
int noauth; /* auth is disable */
+int noatime; /* atime is disabled */
int wstatallow; /* set to circumvent wstat permissions */
int writeallow; /* set to circumvent write permissions */
int duallow; /* single user to allow du */