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:
0d9ee6a
)
HWPOISON: Stop shrinking at right page count
author
Andi Kleen
<ak@linux.intel.com>
Tue, 28 Sep 2010 05:37:55 +0000
(07:37 +0200)
committer
Andi Kleen
<ak@linux.intel.com>
Thu, 7 Oct 2010 07:47:10 +0000
(09:47 +0200)
When we call the slab shrinker to free a page we need to stop at
page count one because the caller always holds a single reference, not zero.
This avoids useless looping over slab shrinkers and freeing too much
memory.
Reviewed-by: Wu Fengguang <fengguang.wu@intel.com>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
No differences found