hjfs: fix missing superblock dirty mark when reaming

This commit is contained in:
cinap_lenrek 2015-01-01 23:18:07 +01:00
parent 941912f5ff
commit 6adf8466a2

View file

@ -176,6 +176,7 @@ createroot(Fs *fs)
goto error;
fs->root = r;
c->sb.root = r;
c->op |= BDELWRI;
putbuf(c);
}