fellow_cache: fix minor regression from previous

we can not reset the growing flag
parent 9ae6ed10
......@@ -5284,8 +5284,7 @@ fellow_busy_obj_getspace(struct fellow_busy *fbo, size_t *sz, uint8_t **ptr)
fbo->sz_estimate = fbo->sz_dskalloc + fbo->sz_increment;
fbo->sz_increment <<= 1;
}
} else
fbo->growing = 0;
}
fcs = fbo->body_seg;
if (fcs != NULL && fcs->state == FCS_BUSY) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment