diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-07-24 19:42:18 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-07-24 19:42:18 +0200 |
commit | ffc58b342995c6537f442db710ab213c057f968d (patch) | |
tree | bd39af8d1e80669ad54773921e0e80d2d6be12a7 /sys/src/cmd/cwfs/con.c | |
parent | 42cf4e2371710cbd8e42da20dc5b30677fc64eaa (diff) |
cwfs: make sure we do a full dump after toggling noatime
Diffstat (limited to 'sys/src/cmd/cwfs/con.c')
-rw-r--r-- | sys/src/cmd/cwfs/con.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/cwfs/con.c b/sys/src/cmd/cwfs/con.c index 496915d0e..fb5be9666 100644 --- a/sys/src/cmd/cwfs/con.c +++ b/sys/src/cmd/cwfs/con.c @@ -697,6 +697,7 @@ void cmd_noatime(int, char *[]) { noatime = !noatime; + noatimeset++; print("atime %s\n", noatime ? "disabled" : "enabled"); } |