The patch titled mm-fix-out-of-date-comments-which-refers-non-existent-functions-update has been removed from the -mm tree. Its filename was mm-fix-out-of-date-comments-which-refers-non-existent-functions-update.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: mm-fix-out-of-date-comments-which-refers-non-existent-functions-update From: Ryota Ozaki <ozaki.ryota@xxxxxxxxx> do_file_page and do_no_page don't exist anymore, but some comments still refers them. The patch fixes them by replacing them with existing ones. Signed-off-by: Ryota Ozaki <ozaki.ryota@xxxxxxxxx> Acked-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@xxxxxxxxxxxxxx> Cc: Jiri Kosina <trivial@xxxxxxxxxx> Reviewed-by: Minchan Kim <minchan.kim@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/alpha/include/asm/cacheflush.h | 2 +- arch/avr32/mm/cache.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff -puN arch/alpha/include/asm/cacheflush.h~mm-fix-out-of-date-comments-which-refers-non-existent-functions-update arch/alpha/include/asm/cacheflush.h --- a/arch/alpha/include/asm/cacheflush.h~mm-fix-out-of-date-comments-which-refers-non-existent-functions-update +++ a/arch/alpha/include/asm/cacheflush.h @@ -63,7 +63,7 @@ extern void flush_icache_user_range(stru struct page *page, unsigned long addr, int len); #endif -/* This is used only in do_no_page and do_swap_page. */ +/* This is used only in __do_fault and do_swap_page. */ #define flush_icache_page(vma, page) \ flush_icache_user_range((vma), (page), 0, 0) diff -puN arch/avr32/mm/cache.c~mm-fix-out-of-date-comments-which-refers-non-existent-functions-update arch/avr32/mm/cache.c --- a/arch/avr32/mm/cache.c~mm-fix-out-of-date-comments-which-refers-non-existent-functions-update +++ a/arch/avr32/mm/cache.c @@ -113,7 +113,7 @@ void flush_icache_range(unsigned long st } /* - * This one is called from do_no_page(), do_swap_page() and install_page(). + * This one is called from __do_fault() and do_swap_page(). */ void flush_icache_page(struct vm_area_struct *vma, struct page *page) { _ Patches currently in -mm which might be from ozaki.ryota@xxxxxxxxx are linux-next.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html