commit | 8c10376271e097fa13cda956e1b2f3cb7e4d4dd9 | [log] [tgz] |
---|---|---|
author | Hugh Dickins <hugh@veritas.com> | Sat Oct 29 18:16:13 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Oct 29 21:40:39 2005 -0700 |
tree | 0bb1c428bfddce70eb1195c625add027899416e0 | |
parent | b5810039a54e5babf428e9a1e89fc1940fabff11 [diff] |
[PATCH] mm: copy_one_pte inc rss Small adjustment, following Nick's suggestion: it's more straightforward for copy_pte_range to let copy_one_pte do the rss incrementation, than use an index it passed back. Saves a #define, and 16 bytes of .text. Signed-off-by: Hugh Dickins <hugh@veritas.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>