hjfs: fix missing BDELWRI mark in newentry()
This commit is contained in:
parent
e96b16ee7f
commit
7ced300071
1 changed files with 1 additions and 0 deletions
|
@ -906,6 +906,7 @@ newentry(Fs *fs, Loc *l, Buf *b, char *name, FLoc *res)
|
|||
d->size++;
|
||||
b->op |= BDELWRI;
|
||||
}
|
||||
c->op |= BDELWRI;
|
||||
}
|
||||
for(j = 0; j < DEPERBLK; j++){
|
||||
if(si == -1 && (c->de[j].mode & DALLOC) == 0){
|
||||
|
|
Loading…
Reference in a new issue