]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf98f1d5edd511c6bf025ec58610bbbedcd8e6868
tree7fd48d31ab507007c37f89a9dc41256b8585d8db
parented25c465b3a2c57ae86d7ea1a780a091dd366b8f
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