summaryrefslogtreecommitdiffstats
path: root/mm/memory-failure.c
diff options
context:
space:
mode:
authorZhi Yong Wu2014-01-22 00:49:08 +0100
committerLinus Torvalds2014-01-22 01:19:44 +0100
commit549543dff797ae1081f61a69f8511c61806c3735 (patch)
tree9d5d08d7af9bb840882b07914d04f73c684342ad /mm/memory-failure.c
parentmm: create a separate slab for page->ptl allocation (diff)
downloadkernel-qcow2-linux-549543dff797ae1081f61a69f8511c61806c3735.tar.gz
kernel-qcow2-linux-549543dff797ae1081f61a69f8511c61806c3735.tar.xz
kernel-qcow2-linux-549543dff797ae1081f61a69f8511c61806c3735.zip
mm, memory-failure: fix typo in me_pagecache_dirty()
[akpm@linux-foundation.org: s/cache/pagecache/] Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/memory-failure.c')
-rw-r--r--mm/memory-failure.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/memory-failure.c b/mm/memory-failure.c
index fabe55046c1d..9fa6586d5275 100644
--- a/mm/memory-failure.c
+++ b/mm/memory-failure.c
@@ -611,7 +611,7 @@ static int me_pagecache_clean(struct page *p, unsigned long pfn)
}
/*
- * Dirty cache page page
+ * Dirty pagecache page
* Issues: when the error hit a hole page the error is not properly
* propagated.
*/