Messages in this thread |  | | | Date | Wed, 14 Jan 2009 15:12:55 +0800 | | From | Li Zefan <> | | Subject | Re: [PATCH v2] memcg: fix section mismatch | |
KAMEZAWA Hiroyuki wrote:
> On Wed, 14 Jan 2009 15:04:32 +0800
> Li Zefan <lizf@cn.fujitsu.com> wrote:
>
>> At system boot when creating the top cgroup, mem_cgroup_create() calls
>> enable_swap_cgroup() which is marked as __init, so mark mem_cgroup_create()
>> as __ref to avoid false section mismatch warning.
>>
>> Reported-by: Rakib Mullick <rakib.mullick@gmail.com>
>> Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
>
> Acked-by; KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
>
>> ---
>>
>> use __ref instead of __init_refok
>>
> change log ?
>
Yes. But for this simple patch, I don't think change log for v1 -> v2 is worth
anything for the normal changelog. :)
|  |