diff options
author | Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> | 2014-01-21 15:49:08 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-01-21 16:19:44 -0800 |
commit | 549543dff797ae1081f61a69f8511c61806c3735 (patch) | |
tree | 9d5d08d7af9bb840882b07914d04f73c684342ad /mm/memory-failure.c | |
parent | b35f1819acd9243a3ff7ad25b1fa8bd6bfe80fb2 (diff) | |
download | op-kernel-dev-549543dff797ae1081f61a69f8511c61806c3735.zip op-kernel-dev-549543dff797ae1081f61a69f8511c61806c3735.tar.gz |
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 fabe550..9fa6586 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. */ |