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…
Add table
Add a link
Reference in a new issue