From: Andi Kleen Date: Wed, 22 Sep 2010 10:43:56 +0000 (+0200) Subject: Clean up __page_set_anon_rmap X-Git-Tag: v2.6.37-rc1~109^2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e1c19750a8991c66e998a1915f2ad5c391bbd04;p=pandora-kernel.git Clean up __page_set_anon_rmap Linus asked for a cleanup of __page_set_anon_rmap to make it look more like the cleaner huge pages version. Factor out the duplicated PageAnon check into a single check at the beginning of the function. Remove obsolete comments and rewrite them into standard English. No functional changes. Signed-off-by: Andi Kleen --- Reading git-diff-tree failed