(PG_swapbacked && !PG_lru) pages are rediculous. Better to treat them as unknown pages. CC: Andi Kleen Signed-off-by: Wu Fengguang --- mm/memory-failure.c | 1 - 1 file changed, 1 deletion(-) --- linux-mm.orig/mm/memory-failure.c 2009-11-02 10:18:45.000000000 +0800 +++ linux-mm/mm/memory-failure.c 2009-11-02 10:26:17.000000000 +0800 @@ -589,7 +589,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. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org