mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
another flush bug fix
This commit is contained in:
parent
59a9682013
commit
005ee04b9f
1 changed files with 1 additions and 1 deletions
|
@ -1214,7 +1214,7 @@ vtfileflushbefore(VtFile *r, u64int offset)
|
|||
* has been finished.
|
||||
*/
|
||||
base = e.type&~VtTypeDepthMask;
|
||||
for(i=0; i<depth; i++){
|
||||
for(i=0; i<=depth; i++){
|
||||
doflush = 0;
|
||||
if(i == 0){
|
||||
/* leaf: data or dir block */
|
||||
|
|
Loading…
Reference in a new issue