commit | 4e1c19750a8991c66e998a1915f2ad5c391bbd04 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@linux.intel.com> | Wed Sep 22 12:43:56 2010 +0200 |
committer | Andi Kleen <ak@linux.intel.com> | Fri Oct 08 09:32:46 2010 +0200 |
tree | db10cef6ea6d56e28bb78fb66a037dd7f3725b1c | |
parent | 6a90181c7b0558b86179c1f5bcf3ab11f9d1bd30 [diff] |
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 <ak@linux.intel.com>