Re: [PATCH] mm: clean up page_is_poisoned in linux/mm.h

2018-06-03 Thread Michal Hocko
On Sun 03-06-18 12:22:18, kpark3...@gmail.com wrote: > From: Sahara > > When bd33ef36("mm: enable page poisoning early at boot") got rid of > the PAGE_EXT_DEBUG_POISON, page_is_poisoned in the header left > behind. This patch cleans up the leftovers under the table. Acked-by: Michal Hocko Btw.

[PATCH] mm: clean up page_is_poisoned in linux/mm.h

2018-06-03 Thread kpark3469
From: Sahara When bd33ef36("mm: enable page poisoning early at boot") got rid of the PAGE_EXT_DEBUG_POISON, page_is_poisoned in the header left behind. This patch cleans up the leftovers under the table. Signed-off-by: Sahara --- include/linux/mm.h | 2 -- 1 file changed, 2 deletions(-) diff