[PATCH] memcg: reduce size of per-cpu-stat to be appropriate size.

Balbir Singh balbir at linux.vnet.ibm.com
Fri Nov 14 00:03:49 PST 2008


Li Zefan wrote:
>>>> +static int mem_cgroup_size(void)
>>> inline this function?
>>>
>> necessary ? 
>>
> 
> Not so necessary IMO. It's called when a cgroup is created and removed, that
> is mkdir and rmdir, where performance is not critical.
> 

I think most new compilers can automatically inline such functions, but a hint
for the older ones is always a good practice.

-- 
	Balbir


More information about the Containers mailing list