]> git.baikalelectronics.ru Git - kernel.git/commit
mm: make page_lock_anon_vma() static
authorHugh Dickins <hugh@veritas.com>
Tue, 6 Jan 2009 22:39:26 +0000 (14:39 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 6 Jan 2009 23:59:02 +0000 (15:59 -0800)
commitf0879a2c66937e9195aa639ef3f2b99bb6fd0169
treee31d1cfd0b11df74e0241fe43e4be2c72a8946ff
parentda241a430a0eab3e454108e4f0e5f222e48df222
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 <hugh@veritas.com>
Reviewed-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/rmap.h
mm/rmap.c