mm: numa: make NUMA-migrate related functions static
authorMel Gorman <mgorman@suse.de>
Tue, 21 Jan 2014 23:50:58 +0000 (15:50 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 22 Jan 2014 00:19:48 +0000 (16:19 -0800)
commit1c30e0177e4f41a11cb88b0f1f056ccebfe0fff4
tree09dedc22f8900ae41956c1a7acb63650c2df4d27
parent25487d73a9670d911530eee2e31c20889ba117db
mm: numa: make NUMA-migrate related functions static

numamigrate_update_ratelimit and numamigrate_isolate_page only have
callers in mm/migrate.c.  This patch makes them static.

Signed-off-by: Mel Gorman <mgorman@suse.de>
Reviewed-by: Rik van Riel <riel@redhat.com>
Cc: Alex Thorlton <athorlton@sgi.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/migrate.c