Re: [PATCH 3/4] memcg: avoid account not-on-LRU pages

From: Balbir Singh
Date: Tue Sep 30 2008 - 04:14:42 EST


KAMEZAWA Hiroyuki wrote:
> + if (charged)
> + mem_cgroup_uncharge_page(page);
> + if (anon) {
> page_cache_release(page);
> - else
> + } else
> anon = 1; /* no anon but release faulted_page */
> }

Coding style braces for a single-line if-else, please recheck

--
Balbir
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/