hjfs: fix missing superblock dirty mark when reaming
This commit is contained in:
parent
941912f5ff
commit
6adf8466a2
1 changed files with 1 additions and 0 deletions
|
@ -176,6 +176,7 @@ createroot(Fs *fs)
|
|||
goto error;
|
||||
fs->root = r;
|
||||
c->sb.root = r;
|
||||
c->op |= BDELWRI;
|
||||
putbuf(c);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue