1
0
Fork 0

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>
wifi-calibration
Wu Fengguang 2009-12-16 12:19:57 +01:00 committed by Andi Kleen
parent 0e9052eb98
commit 9b9a29ecd7
1 changed files with 0 additions and 1 deletions

View File

@ -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.