From: Naoya Horiguchi Date: Mon, 5 Mar 2012 22:59:20 +0000 (-0800) Subject: memcg: fix mapcount check in move charge code for anonymous page X-Git-Tag: v3.3-rc7~37^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6ca7b89dc76abf77c80887fed54e0a60c87c0a8;p=pandora-kernel.git memcg: fix mapcount check in move charge code for anonymous page Currently the charge on shared anonyous pages is supposed not to moved in task migration. To implement this, we need to check that mapcount > 1, instread of > 2. So this patch fixes it. Signed-off-by: Naoya Horiguchi Reviewed-by: Daisuke Nishimura Cc: Andrea Arcangeli Cc: KAMEZAWA Hiroyuki Cc: Hillf Danton Cc: Johannes Weiner Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed