fellow_cache: Use batched return in readahead

parent 60e89fd7
......@@ -4595,7 +4595,7 @@ fellow_cache_obj_readahead(
(void) buddy_alloc_async(&reqs[NREQS]);
if (dowry.bits)
buddy_return1_ptr_page(fc->membuddy, &dowry);
AN(buddy_return_ptr_page(rets, &dowry));
buddy_alloc_async_done(&reqs[OREQS]);
buddy_return(rets);
uint8_t rdy = buddy_alloc_async_ready(&reqs[NREQS]);
......
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