From mboxrd@z Thu Jan 1 00:00:00 1970 From: Glauber Costa Subject: Re: [PATCH] memcg: defer page_cgroup initialization Date: Tue, 9 Apr 2013 18:06:25 +0400 Message-ID: <51642061.1090305@parallels.com> References: <1365499511-10923-1-git-send-email-glommer@parallels.com> <20130409133630.GR1953@cmpxchg.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20130409133630.GR1953-druUgvl0LCNAfugRpC6u6w@public.gmane.org> Sender: cgroups-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Johannes Weiner Cc: linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org, cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Andrew Morton , Li Zefan , Michal Hocko , Kamezawa Hiroyuki On 04/09/2013 05:36 PM, Johannes Weiner wrote: > Could you please make it either int (*)(void) OR return true for > success? :-) I can actually do better: I can return an error code and then do the cleanup on error that I forgot to backport from the bypass patchset... Thanks for drawing my attention to it.