Re: [PATCH 09/11] memcg: propagate kmem limiting information to children
From: Glauber Costa <hidden>
Date: 2012-06-26 07:26:26
Also in:
linux-mm, lkml
From: Glauber Costa <hidden>
Date: 2012-06-26 07:26:26
Also in:
linux-mm, lkml
On 06/26/2012 09:31 AM, Andrew Morton wrote:
On Mon, 25 Jun 2012 22:24:44 -0700 (PDT) David Rientjes [off-list ref] wrote:quoted
quoted
quoted
+#define KMEM_ACCOUNTED_THIS 0 +#define KMEM_ACCOUNTED_PARENT 1And then document the fields here.In hex, please?Well, they're bit numbers, not masks. Decimal 0-31 is OK, or an enum.
enum it will be.