HWPOISON: Turn ref argument into flags argument
authorAndi Kleen <andi@firstfloor.org>
Wed, 16 Dec 2009 11:19:57 +0000 (12:19 +0100)
committerAndi Kleen <ak@linux.intel.com>
Wed, 16 Dec 2009 11:19:57 +0000 (12:19 +0100)
commit82ba011b9041dd31c15e4f63797b08aa0a288e61
tree7fd48d31ab507007c37f89a9dc41256b8585d8db
parentbd1ce5f91f545730df4af492f774d9d32f5da3cb
HWPOISON: Turn ref argument into flags argument

Now that "ref" is just a boolean turn it into
a flags argument. First step is only a single flag
that makes the code's intention more clear, but more
may follow.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
include/linux/mm.h
mm/madvise.c
mm/memory-failure.c