|
@@ -1599,7 +1599,8 @@ bool migrate_ratelimited(int node)
|
|
|
}
|
|
|
|
|
|
/* Returns true if the node is migrate rate-limited after the update */
|
|
|
-bool numamigrate_update_ratelimit(pg_data_t *pgdat, unsigned long nr_pages)
|
|
|
+static bool numamigrate_update_ratelimit(pg_data_t *pgdat,
|
|
|
+ unsigned long nr_pages)
|
|
|
{
|
|
|
bool rate_limited = false;
|
|
|
|
|
@@ -1623,7 +1624,7 @@ bool numamigrate_update_ratelimit(pg_data_t *pgdat, unsigned long nr_pages)
|
|
|
return rate_limited;
|
|
|
}
|
|
|
|
|
|
-int numamigrate_isolate_page(pg_data_t *pgdat, struct page *page)
|
|
|
+static int numamigrate_isolate_page(pg_data_t *pgdat, struct page *page)
|
|
|
{
|
|
|
int page_lru;
|
|
|
|