projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b35f181
)
mm, memory-failure: fix typo in me_pagecache_dirty()
author
Zhi Yong Wu
<wuzhy@linux.vnet.ibm.com>
Tue, 21 Jan 2014 23:49:08 +0000
(15:49 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 22 Jan 2014 00:19:44 +0000
(16:19 -0800)
[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>
mm/memory-failure.c
patch
|
blob
|
history
diff --git
a/mm/memory-failure.c
b/mm/memory-failure.c
index fabe55046c1d7b9638172aa8e26ecb4f3d6ed4b9..9fa6586d52752a81bea7f71343687b959049fd7d 100644
(file)
--- 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 pag
e page
+ * Dirty
pagecach
e page
* Issues: when the error hit a hole page the error is not properly
* propagated.
*/