From: Hugh Dickins Date: Tue, 6 Jan 2009 22:39:26 +0000 (-0800) Subject: mm: make page_lock_anon_vma() static X-Git-Tag: v2.6.29-rc1~456 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2afd1c928f1132b8d0099866e75ce8ad713a1180;p=pandora-kernel.git mm: make page_lock_anon_vma() static page_lock_anon_vma() and page_unlock_anon_vma() were made available to show_page_path() in vmscan.c; but now that has been removed, make them static in rmap.c again, they're better kept private if possible. Signed-off-by: Hugh Dickins Reviewed-by: KOSAKI Motohiro Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed