summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/src/cmd/cwfs/9p2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/cwfs/9p2.c b/sys/src/cmd/cwfs/9p2.c
index 0e9cc57c4..1c51fe03a 100644
--- a/sys/src/cmd/cwfs/9p2.c
+++ b/sys/src/cmd/cwfs/9p2.c
@@ -1789,6 +1789,7 @@ fs_wstat(Chan* chan, Fcall* f, Fcall*, char* strs)
d->uid = uid;
d->gid = gid;
d->muid = muid;
+ p->flags |= Bmod;
}
if(!tsync)
accessdir(p, d, FREAD, file->uid);