git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a90181
)
Clean up __page_set_anon_rmap
author
Andi Kleen
<ak@linux.intel.com>
Wed, 22 Sep 2010 10:43:56 +0000
(12:43 +0200)
committer
Andi Kleen
<ak@linux.intel.com>
Fri, 8 Oct 2010 07:32:46 +0000
(09:32 +0200)
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>
No differences found