Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167853
b: refs/heads/master
c: 01e00f8
h: refs/heads/master
i:
  167851: 24175a7
v: v3
  • Loading branch information
Hugh Dickins authored and Andi Kleen committed Oct 19, 2009
1 parent 33d1546 commit 993d59c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4779cb31c0ee3b355116745edca3f3e5fe865553
refs/heads/master: 01e00f880ca700376e1845cf7a2524ebe68e47d6
3 changes: 2 additions & 1 deletion trunk/mm/memory-failure.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#include <linux/mm.h>
#include <linux/page-flags.h>
#include <linux/sched.h>
#include <linux/ksm.h>
#include <linux/rmap.h>
#include <linux/pagemap.h>
#include <linux/swap.h>
Expand Down Expand Up @@ -644,7 +645,7 @@ static void hwpoison_user_mappings(struct page *p, unsigned long pfn,
int i;
int kill = 1;

if (PageReserved(p) || PageCompound(p) || PageSlab(p))
if (PageReserved(p) || PageCompound(p) || PageSlab(p) || PageKsm(p))
return;

/*
Expand Down

0 comments on commit 993d59c

Please sign in to comment.