[PATCH] VM: zone reclaim atomic ops cleanup
authorMartin Hicks <mort@bork.org>
Sat, 3 Sep 2005 22:54:51 +0000 (15:54 -0700)
committerLinus Torvalds <torvalds@evo.osdl.org>
Mon, 5 Sep 2005 07:05:44 +0000 (00:05 -0700)
commit53e9a6159fdc6419874ce4d86d3577dbedc77b62
tree7c7f15325569cf5e02dafc1974fb080154616058
parentbce5f6ba340b09d8b29902add204bb95a6d3d88b
[PATCH] VM: zone reclaim atomic ops cleanup

Christoph Lameter and Marcelo Tosatti asked to get rid of the
atomic_inc_and_test() to cleanup the atomic ops in the zone reclaim code.

Signed-off-by: Martin Hicks <mort@sgi.com>
Signed-off-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/page_alloc.c
mm/vmscan.c