From: Johannes Weiner Date: Wed, 23 Mar 2011 23:42:32 +0000 (-0700) Subject: memcg: remove memcg->reclaim_param_lock X-Git-Tag: v2.6.39-rc1~155 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf1ff2635a5fda207fc870df348bfc766e8dcd4d;p=pandora-kernel.git memcg: remove memcg->reclaim_param_lock The reclaim_param_lock is only taken around single reads and writes to integer variables and is thus superfluous. Drop it. Signed-off-by: Johannes Weiner Acked-by: KAMEZAWA Hiroyuki Cc: Daisuke Nishimura Cc: Balbir Singh Reviewed-by: Minchan Kim Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed