]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitaad4774bcdecfd724e9952179c37863a59c4f5cf
tree361fdd4f061791e980ef686c1a914a96e6711c8b
parent85f7fcb41b10a95b75d754ce8c8a0eb26c8bb710
[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