On 06/26/2012 03:17 AM, Andrew Morton wrote:
+ if (ret == -EINTR) {
>+ 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.
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@xxxxxxxxx. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>