Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 549543df authored by Zhi Yong Wu's avatar Zhi Yong Wu Committed by Linus Torvalds
Browse files

mm, memory-failure: fix typo in me_pagecache_dirty()



[akpm@linux-foundation.org: s/cache/pagecache/]
Signed-off-by: default avatarZhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent b35f1819
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
 */