fellow_cache: handle FCS_READFAIL in readahead

parent b763f447
......@@ -4603,6 +4603,9 @@ fellow_cache_obj_readahead(
// swap OREQS <=> NREQS
*newreqs = OREQS;
if (fcs != NULL && fcs->state == FCS_READFAIL)
return;
// if allocation succeeded immediately, kick off I/O
if (rdy)
goto again;
......
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