Re: [PATCH 06/11] memcg: kmem controller infrastructure
From: Glauber Costa <hidden>
Date: 2012-06-26 15:32:29
Also in:
linux-mm, lkml
From: Glauber Costa <hidden>
Date: 2012-06-26 15:32:29
Also in:
linux-mm, lkml
On 06/26/2012 03:17 AM, Andrew Morton wrote:
quoted
+ if (ret == -EINTR) {quoted
+ nofail = true; + /* + * __mem_cgroup_try_charge() chose to bypass to root due + * to OOM kill or fatal signal.Is "bypass" correct? Maybe "fall back"?
Heh, forgot this one, sorry =( __mem_cgroup_try_charge does "goto bypass", so I believe the term "bypass" is better to allow whoever is following this code to follow it.