From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752514Ab1AJJFN (ORCPT ); Mon, 10 Jan 2011 04:05:13 -0500 Received: from e28smtp07.in.ibm.com ([122.248.162.7]:40578 "EHLO e28smtp07.in.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751881Ab1AJJFJ (ORCPT ); Mon, 10 Jan 2011 04:05:09 -0500 Date: Mon, 10 Jan 2011 14:35:03 +0530 From: Balbir Singh To: Daisuke Nishimura Cc: Minchan Kim , Johannes Weiner , Andrew Morton , KAMEZAWA Hiroyuki , LKML , linux-mm Subject: Re: [BUGFIX][PATCH v4] memcg: fix memory migration of shmem swapcache Message-ID: <20110110090503.GD2613@balbir.in.ibm.com> Reply-To: balbir@linux.vnet.ibm.com References: <20110105130020.e2a854e4.nishimura@mxp.nes.nec.co.jp> <20110105115840.GD4654@cmpxchg.org> <20110106100923.24b1dd12.nishimura@mxp.nes.nec.co.jp> <20110106123415.895d6dfc.nishimura@mxp.nes.nec.co.jp> <20110106054200.GG3722@balbir.in.ibm.com> <20110106152911.db6c5b2c.nishimura@mxp.nes.nec.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20110106152911.db6c5b2c.nishimura@mxp.nes.nec.co.jp> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * nishimura@mxp.nes.nec.co.jp [2011-01-06 15:29:11]: > > Sorry for nit-picking but succeed is not as good as succeeded, > > successful, successful_migration or migration_ok > > > OK, I use "migration_ok". > > === > From: Daisuke Nishimura > > In current implimentation, mem_cgroup_end_migration() decides whether the page > migration has succeeded or not by checking "oldpage->mapping". > > But if we are tring to migrate a shmem swapcache, the page->mapping of it is > NULL from the begining, so the check would be invalid. > As a result, mem_cgroup_end_migration() assumes the migration has succeeded > even if it's not, so "newpage" would be freed while it's not uncharged. > > This patch fixes it by passing mem_cgroup_end_migration() the result of the > page migration. > > Signed-off-by: Daisuke Nishimura > Reviewed-by: Minchan Kim > Acked-by: KAMEZAWA Hiroyuki Acked-by: Balbir Singh -- Three Cheers, Balbir