]> git.baikalelectronics.ru Git - kernel.git/commit
mm: remove page_is_poisoned() from linux/mm.h
authorSahara <keun-o.park@darkmatter.ae>
Fri, 8 Jun 2018 00:09:48 +0000 (17:09 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 8 Jun 2018 00:34:38 +0000 (17:34 -0700)
commitf27248744880c2be7b59a1c764ba809e4347ad48
treed8ffc24102d6fa45f6a85062c9fdeff8d5224f0b
parent839c118b3addbf0ef0880a49129db1b47e6edb2a
mm: remove page_is_poisoned() from linux/mm.h

When commit e530b02f9d7f ("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.

Link: http://lkml.kernel.org/r/1528101069-21637-1-git-send-email-kpark3469@gmail.com
Signed-off-by: Sahara <keun-o.park@darkmatter.ae>
Acked-by: Michal Hocko <mhocko@suse.com>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/mm.h