From: Kirill A. Shutemov Date: Wed, 4 Jun 2014 23:08:17 +0000 (-0700) Subject: mm/rmap.c: make page_referenced_one() and try_to_unmap_one() static X-Git-Tag: omap-for-v3.16/fixes-against-rc1~56^2~16^2~148 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac7695012a6f3269acd80d6c2b2218a6769edbf3;p=pandora-kernel.git 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed