Skip to content

Commit

Permalink
mm, memory-failure: fix typo in me_pagecache_dirty()
Browse files Browse the repository at this point in the history
[[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]>
  • Loading branch information
Zhi Yong Wu authored and torvalds committed Jan 22, 2014
1 parent b35f181 commit 549543d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/memory-failure.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 549543d

Please sign in to comment.