]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - mm/rmap.c
mm/rmap.c: make page_referenced_one() and try_to_unmap_one() static
authorKirill A. Shutemov <kirill.shutemov@linux.intel.com>
Wed, 4 Jun 2014 23:08:17 +0000 (16:08 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 4 Jun 2014 23:54:05 +0000 (16:54 -0700)
commitac7695012a6f3269acd80d6c2b2218a6769edbf3
treed55b9f1f688a08973ca0c4748f0a6eca81647460
parent2bf01f9f0cf07b231c90e5d56266e84fe17cec79
mm/rmap.c: make page_referenced_one() and try_to_unmap_one() static

KSM was converted to use rmap_walk() and now nobody uses these functions
outside mm/rmap.c.

Let's covert them back to static.

Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.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