summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2015-01-01 23:18:07 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2015-01-01 23:18:07 +0100
commit6adf8466a2102e478e4deae29992f6863df4698d (patch)
tree9ba5ecf724baf87f4ce481c2b0653e0b5a8886d5 /sys
parent941912f5ff6be7591e7645358339ef136e4a6a3d (diff)
hjfs: fix missing superblock dirty mark when reaming
Diffstat (limited to 'sys')
-rw-r--r--sys/src/cmd/hjfs/fs1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/hjfs/fs1.c b/sys/src/cmd/hjfs/fs1.c
index b59d1e7f4..7cec1ff13 100644
--- a/sys/src/cmd/hjfs/fs1.c
+++ b/sys/src/cmd/hjfs/fs1.c
@@ -176,6 +176,7 @@ createroot(Fs *fs)
goto error;
fs->root = r;
c->sb.root = r;
+ c->op |= BDELWRI;
putbuf(c);
}