summaryrefslogtreecommitdiff
path: root/sys/src/cmd/cwfs/all.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2012-07-24 19:42:18 +0200
committercinap_lenrek <cinap_lenrek@gmx.de>2012-07-24 19:42:18 +0200
commitffc58b342995c6537f442db710ab213c057f968d (patch)
treebd39af8d1e80669ad54773921e0e80d2d6be12a7 /sys/src/cmd/cwfs/all.h
parent42cf4e2371710cbd8e42da20dc5b30677fc64eaa (diff)
cwfs: make sure we do a full dump after toggling noatime
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 05d5d4c48..a74be73d8 100644
--- a/sys/src/cmd/cwfs/all.h
+++ b/sys/src/cmd/cwfs/all.h
@@ -85,6 +85,7 @@ ulong authdebugflag;
int noattach; /* attach is disabled */
int noauth; /* auth is disable */
int noatime; /* atime is disabled */
+int noatimeset; /* noatime was changed (reset after dump) */
int wstatallow; /* set to circumvent wstat permissions */
int writeallow; /* set to circumvent write permissions */
int duallow; /* single user to allow du */