mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
HWPOISON: remove the anonymous entry
(PG_swapbacked && !PG_lru) pages should not happen. Better to treat them as unknown pages. Signed-off-by: Wu Fengguang <fengguang.wu@intel.com> Signed-off-by: Andi Kleen <ak@linux.intel.com>
This commit is contained in:
parent
0e9052eb98
commit
9b9a29ecd7
@ -609,7 +609,6 @@ static struct page_state {
|
||||
|
||||
{ lru|dirty, lru|dirty, "LRU", me_pagecache_dirty },
|
||||
{ lru|dirty, lru, "clean LRU", me_pagecache_clean },
|
||||
{ swapbacked, swapbacked, "anonymous", me_pagecache_clean },
|
||||
|
||||
/*
|
||||
* Catchall entry: must be at end.
|
||||
|
Loading…
Reference in New Issue
Block a user