whitespace

parent 12528b9b
......@@ -3127,7 +3127,8 @@ fellow_cache_obj_slim(const struct fellow_cache *fc,
AZ(pthread_mutex_lock(&lru->lru_mtx));
}
if (fcs->state == FCS_INCORE && ref == 1 && fcs->refcnt == ref) {
if (fcs->state == FCS_INCORE &&
ref == 1 && fcs->refcnt == ref) {
/* we hold the only ref, can not be on LRU,
* so no need to go through full deref
*/
......
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