From: KOSAKI Motohiro Date: Wed, 11 Aug 2010 01:03:05 +0000 (-0700) Subject: memcg: remove nid and zid argument from mem_cgroup_soft_limit_reclaim() X-Git-Tag: v2.6.36-rc1~142 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00918b6ab89df8984ca06397cb77994dabd73f9b;p=pandora-kernel.git memcg: remove nid and zid argument from mem_cgroup_soft_limit_reclaim() mem_cgroup_soft_limit_reclaim() has zone, nid and zid argument. but nid and zid can be calculated from zone. So remove it. Signed-off-by: KOSAKI Motohiro Acked-by: KAMEZAWA Hiroyuki Acked-by: Mel Gorman Cc: Balbir Singh Cc: Nishimura Daisuke Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed