fellow_cache: read error latching

parent 0a2f6c40
...@@ -5879,8 +5879,9 @@ struct objcore **ocp, uintptr_t priv2, unsigned crit) ...@@ -5879,8 +5879,9 @@ struct objcore **ocp, uintptr_t priv2, unsigned crit)
else else
fcr = FCR_IOERR(err); fcr = FCR_IOERR(err);
fellow_cache_res_check(fc, fcr); fellow_cache_res_check(fc, fcr);
fco_latch_err(fco, fcr);
buddy_return(rets); buddy_return(rets);
return (fcr); return (fco->fcr);
} }
static void static void
......
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