Polish flag manipulation

parent 0d410654
......@@ -1210,7 +1210,7 @@ fellow_cache_lru_chg(struct fellow_lru_chgbatch *lcb,
#endif
AZ(fcs->fco_lru_mutate);
assert(fcs->fcs_onlru == (unsigned)!add);
fcs->fcs_onlru = add;
fcs->fcs_onlru = add ? 1 : 0;
if (add && fcs->lcb_remove) {
AZ(fcs->lcb_add);
......
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