summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorXie XiuQi <xiexiuqi@huawei.com>2015-06-24 23:57:33 (GMT)
committerLinus Torvalds <torvalds@linux-foundation.org>2015-06-25 00:49:43 (GMT)
commitcc3e2af42e7b7e0457b93bf17c19b44c635cd40c (patch)
tree98e8bc995d53c16ca144943e755a4105474e953d /include
parentcc637b1704d78b068c2eb700eec384c69ea56cdf (diff)
downloadlinux-cc3e2af42e7b7e0457b93bf17c19b44c635cd40c.tar.xz
memory-failure: change type of action_result's param 3 to enum
Change type of action_result's param 3 to enum for type consistency, and rename mf_outcome to mf_result for clearly. Signed-off-by: Xie XiuQi <xiexiuqi@huawei.com> Acked-by: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com> Cc: Chen Gong <gong.chen@linux.intel.com> Cc: Jim Davis <jim.epost@gmail.com> Cc: Steven Rostedt <rostedt@goodmis.org> Cc: Tony Luck <tony.luck@intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h
index 986a9a2..24ad583 100644
--- a/include/linux/mm.h
+++ b/include/linux/mm.h
@@ -2157,7 +2157,7 @@ extern int soft_offline_page(struct page *page, int flags);
/*
* Error handlers for various types of pages.
*/
-enum mf_outcome {
+enum mf_result {
MF_IGNORED, /* Error: cannot be handled */
MF_FAILED, /* Error: handling failed */
MF_DELAYED, /* Will be handled later */