diff options
author | Naoya Horiguchi <[email protected]> | 2013-04-29 15:06:08 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2013-04-29 15:54:28 -0700 |
commit | e39862958d54e4cccec01f5cdef3ae298e7386b8 (patch) | |
tree | 17affc01548272abd32cc52e16a90c5a1a6442a5 /arch/parisc/mm/init.c | |
parent | 546ae2d2f717230b2ff423295f8d6dc489a878e8 (diff) |
HWPOISON: check dirty flag to match against clean page
Currently page_action() does not check dirty flag to determine whether
the error page is "clean mlocked/unevictable LRU" page. This doesn't
cause any misjudgement because we do matching against "dirty
mlocked/unevictable LRU" just before the check. But in order to make
code consistent and/or to avoid potential regression, we had better
check dirty flag explicitly.
Signed-off-by: Naoya Horiguchi <[email protected]>
Suggested-by: Chen Gong <[email protected]>
Cc: Andi Kleen <[email protected]>
Cc: Tony Luck <[email protected]>
Cc: Wu Fengguang <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'arch/parisc/mm/init.c')
0 files changed, 0 insertions, 0 deletions