Re: [PATCH v2 1/3] vmscan,memcg: memcg aware swap token

From: KOSAKI Motohiro
Date: Mon May 30 2011 - 03:44:30 EST


> CONFIG_CGROUPS=n:
>
> mm/thrash.c: In function 'grab_swap_token':
> mm/thrash.c:73: error: implicit declaration of function 'css_put'
>
> I don't think that adding a null stub for css_put() is the right fix
> here...

My bad. Following patch fixes this issue.

Thanks.