fellow_cache: add result to fellow_cache_obj to latch errors

parent 0308c5d0
......@@ -714,7 +714,8 @@ struct fellow_cache_obj {
// ^^^ protected by mtx - do not add <64bit values
struct fellow_cache_lru *lru;
uint64_t ntouched;
struct fellow_cache_res res;
uint8_t ntouched;
struct buddy_ptr_extent fco_mem;
struct buddy_ptr_page fco_dowry;
......
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