Re: [PATCH v5 05/14] Add a __GFP_KMEMCG flag

2012-10-17 Thread David Rientjes
On Tue, 16 Oct 2012, Glauber Costa wrote: > This flag is used to indicate to the callees that this allocation is a > kernel allocation in process context, and should be accounted to > current's memcg. It takes numerical place of the of the recently removed > __GFP_NO_KSWAPD. > > [ v4: make flag u

Re: [PATCH v5 05/14] Add a __GFP_KMEMCG flag

2012-10-16 Thread Michal Hocko
On Tue 16-10-12 14:16:42, Glauber Costa wrote: > This flag is used to indicate to the callees that this allocation is a > kernel allocation in process context, and should be accounted to > current's memcg. It takes numerical place of the of the recently removed > __GFP_NO_KSWAPD. > > [ v4: make fl