]> Git Repo - linux.git/commit
memcg: remove memcg->reclaim_param_lock
authorJohannes Weiner <[email protected]>
Wed, 23 Mar 2011 23:42:32 +0000 (16:42 -0700)
committerLinus Torvalds <[email protected]>
Thu, 24 Mar 2011 02:46:29 +0000 (19:46 -0700)
commitbf1ff2635a5fda207fc870df348bfc766e8dcd4d
treed4085b3bdbe608f6c8f708cb93080051b341d7fe
parent4dc03de1b29901b61cb27e4cab44a7f578dc0fc9
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 <[email protected]>
Acked-by: KAMEZAWA Hiroyuki <[email protected]>
Cc: Daisuke Nishimura <[email protected]>
Cc: Balbir Singh <[email protected]>
Reviewed-by: Minchan Kim <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/memcontrol.c
This page took 0.050612 seconds and 4 git commands to generate.