Rename for clarity

parent a3075023
......@@ -2213,7 +2213,7 @@ static uint16_t XXX_LIMIT_LDSEGS = 0;
#endif
static struct fellow_cache_res
fellow_body_seglist_alloc(struct fellow_busy *fbo,
fellow_busy_body_seglist_alloc(struct fellow_busy *fbo,
struct fellow_cache_seglist *ofcsl)
{
struct fellow_disk_seglist *ofdsl, *fdsl;
......@@ -3970,7 +3970,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, fcsl);
fcr = fellow_busy_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