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:
65a6446
)
HWPOISON: fix invalid page count in printk output
author
Wu Fengguang
<fengguang.wu@intel.com>
Mon, 19 Oct 2009 06:15:01 +0000
(08:15 +0200)
committer
Andi Kleen
<ak@linux.intel.com>
Mon, 19 Oct 2009 06:15:01 +0000
(08:15 +0200)
The madvise injector already holds a reference when passing in a page
to the memory-failure code. The code corrects for this additional reference
for its checks, but the final printk output didn't. Fix that.
Signed-off-by: Wu Fengguang <fengguang.wu@intel.com>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
No differences found