Minor polish

parent 9797906c
......@@ -3933,7 +3933,7 @@ fellow_busy_body_seg_next(struct fellow_busy *fbo)
assert(fcsl->fdsl->nsegs <= fcsl->lsegs);
if (fcsl->fdsl->nsegs == fcsl->lsegs ||
fcsl->segs[fcsl->fdsl->nsegs].state == FCS_INIT) {
fcr = fellow_body_seglist_alloc(fbo, fbo->body_seglist);
fcr = fellow_body_seglist_alloc(fbo, fcsl);
if (fcr.status != fcr_ok)
return (fcr);
CAST_OBJ_NOTNULL(fcsl, fcr.r.ptr, FELLOW_CACHE_SEGLIST_MAGIC);
......
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