fellow_cache: fellow_busy_obj_trim_seglists and off==0

parent 333fed0d
......@@ -5209,6 +5209,9 @@ fellow_busy_obj_trim_seglists(struct fellow_busy *fbo)
fcsl->next = NULL;
fdsl = fcsl->fdsl;
fellow_busy_region_free(fbo, &fdsl->next);
// we do not use -1 consistently for "unset offset"
if (fdsl->next.off == -1)
fdsl->next.off = 0;
AZ(fdsl->next.off);
AZ(fdsl->next.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