From: Hugh Dickins Date: Sun, 30 Oct 2005 01:16:13 +0000 (-0700) Subject: [PATCH] mm: copy_one_pte inc rss X-Git-Tag: v2.6.15-rc1~730^2^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c10376271e097fa13cda956e1b2f3cb7e4d4dd9;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed