commit | 86d912f41dca32eca8827f2f878139735e69dc28 | [log] [tgz] |
---|---|---|
author | Hugh Dickins <hugh@veritas.com> | Sat Oct 29 18:16:14 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Oct 29 21:40:39 2005 -0700 |
tree | 9f29b853e7690f0fa10c4257a2b8649673908e2d | |
parent | 8c10376271e097fa13cda956e1b2f3cb7e4d4dd9 [diff] |
[PATCH] mm: zap_pte_range dec rss Small adjustment: zap_pte_range decrement its rss counts from 0 then finally add, avoiding negations - we don't have or need a sub_mm_rss. Signed-off-by: Hugh Dickins <hugh@veritas.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>