Commit efab8186 authored by KOSAKI Motohiro's avatar KOSAKI Motohiro Committed by Linus Torvalds
Browse files

mm: make setup_per_zone_inactive_ratio() static



Sparse output following warning.

mm/page_alloc.c:4301:6: warning: symbol 'setup_per_zone_inactive_ratio' was not declared. Should it be static?

cleanup here.

Signed-off-by: default avatarKOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>

Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 14b90b22
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4314,7 +4314,7 @@ void setup_per_zone_pages_min(void)
 *    1TB     101        10GB
 *   10TB     320        32GB
 */
void setup_per_zone_inactive_ratio(void)
static void setup_per_zone_inactive_ratio(void)
{
	struct zone *zone;