mm, memory-failure: fix typo in me_pagecache_dirty()
authorZhi Yong Wu <[email protected]>
Tue, 21 Jan 2014 23:49:08 +0000 (15:49 -0800)
committerLinus Torvalds <[email protected]>
Wed, 22 Jan 2014 00:19:44 +0000 (16:19 -0800)
[[email protected]: s/cache/pagecache/]
Signed-off-by: Zhi Yong Wu <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/memory-failure.c

index fabe55046c1d7b9638172aa8e26ecb4f3d6ed4b9..9fa6586d52752a81bea7f71343687b959049fd7d 100644 (file)
@@ -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.
  */