]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm/rmap.c: make page_referenced_one() and try_to_unmap_one() static
authorKirill A. Shutemov <kirill.shutemov@linux.intel.com>
Thu, 22 May 2014 00:43:09 +0000 (10:43 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 22 May 2014 00:43:09 +0000 (10:43 +1000)
commit8dbc9f8a7177aff4f4bfe31953ab7884cfecff95
tree155e69ee376070f66b00a0a05da5a5fcd7e6a50d
parent6332396b63aadab6b482f787f9a46e4fe7ff4927
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>
include/linux/rmap.h
mm/rmap.c