mm/page_poison: expose page_poisoning_enabled to kernel modules
authorWei Wang <wei.w.wang@intel.com>
Mon, 27 Aug 2018 01:32:18 +0000 (09:32 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 25 Oct 2018 00:57:55 +0000 (20:57 -0400)
commitd95f58f4a6ca002126c36c530fb096519c94baef
tree82797476fab40bafabc27af059f3ec42f9aae52d
parent86a559787e6f5cf662c081363f64a20cad654195
mm/page_poison: expose page_poisoning_enabled to kernel modules

In some usages, e.g. virtio-balloon, a kernel module needs to know if
page poisoning is in use. This patch exposes the page_poisoning_enabled
function to kernel modules.

Signed-off-by: Wei Wang <wei.w.wang@intel.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Michal Hocko <mhocko@kernel.org>
Cc: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
mm/page_poison.c