diff options
author | Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> | 2014-01-22 00:49:08 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-01-22 01:19:44 +0100 |
commit | 549543dff797ae1081f61a69f8511c61806c3735 (patch) | |
tree | 9d5d08d7af9bb840882b07914d04f73c684342ad /mm/memory-failure.c | |
parent | mm: create a separate slab for page->ptl allocation (diff) | |
download | linux-549543dff797ae1081f61a69f8511c61806c3735.tar.xz 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.c | 2 |
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. */ |