On Fri, 8 Nov 2013 20:47:38 +0800 Zhi Yong Wu <zwu.kernel@xxxxxxxxx> wrote: > --- 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 cache page > * Issues: when the error hit a hole page the error is not properly > * propagated. > */ The accurate and complete description of this page is actually "pagecache page", so... --- a/mm/memory-failure.c~mm-memory-failure-fix-the-typo-in-me_pagecache_dirty-fix +++ a/mm/memory-failure.c @@ -611,7 +611,7 @@ static int me_pagecache_clean(struct pag } /* - * Dirty cache page + * Dirty pagecache page * Issues: when the error hit a hole page the error is not properly * propagated. */ _ -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>