fellow_busy: Async allocation for ..._body_seg_alloc()

parent 7adfa514
......@@ -2508,6 +2508,11 @@ fellow_busy_body_seg_alloc(struct fellow_busy *fbo,
fbr->reg = fdr;
AZ(fbr->len);
fbo->sz_dskalloc += fdr->size;
// async allocation for remaining known size
szc = fellow_busy_body_size_strategy(fbo);
if (szc.sz)
AN(buddy_req_extent(reqs, szc.sz, szc.cram));
}
assert(fbr->len < fdr->size);
......
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