[PATCH] mm: fix rss counter being incremented when unmapping
authorBjorn Steinbrink <B.Steinbrink@gmx.de>
Tue, 17 May 2005 04:53:17 +0000 (21:53 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 17 May 2005 14:59:12 +0000 (07:59 -0700)
commit202d182a92c60416680e31baa697faa60b0882f5
tree361fdd4f061791e980ef686c1a914a96e6711c8b
parent7a5febe9ffeecd1e78c5b505260ccc1ef18021b4
[PATCH] mm: fix rss counter being incremented when unmapping

This patch fixes a bug introduced by the "mm counter operations through
macros" patch, which replaced a decrement operation in with an increment
macro in try_to_unmap_one().

Signed-off-by: Björn Steinbrink <B.Steinbrink@gmx.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/rmap.c