From: KOSAKI Motohiro Date: Fri, 14 Nov 2008 07:25:01 +0000 (+0900) Subject: mm: remove unevictable's show_page_path X-Git-Tag: v2.6.28-rc5~11 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=748f1a2ed7a68e15b28a1da3559afbebba121772;p=pandora-kernel.git mm: remove unevictable's show_page_path Hugh Dickins reported show_page_path() is buggy and unsafe because - lack dput() against d_find_alias() - don't concern vma->vm_mm->owner == NULL - lack lock_page() it was only for debugging, so rather than trying to fix it, just remove it now. Reported-by: Hugh Dickins Signed-off-by: Hugh Dickins Signed-off-by: KOSAKI Motohiro CC: Lee Schermerhorn CC: Rik van Riel Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed