mm/pagealloc: sysctl: change watermark_scale_factor max limit to 30%
[linux-2.6-microblaze.git] / kernel / sysctl.c
index 083be6a..2ab4edb 100644 (file)
@@ -122,6 +122,7 @@ static unsigned long long_max = LONG_MAX;
 static int one_hundred = 100;
 static int two_hundred = 200;
 static int one_thousand = 1000;
+static int three_thousand = 3000;
 #ifdef CONFIG_PRINTK
 static int ten_thousand = 10000;
 #endif
@@ -2959,7 +2960,7 @@ static struct ctl_table vm_table[] = {
                .mode           = 0644,
                .proc_handler   = watermark_scale_factor_sysctl_handler,
                .extra1         = SYSCTL_ONE,
-               .extra2         = &one_thousand,
+               .extra2         = &three_thousand,
        },
        {
                .procname       = "percpu_pagelist_high_fraction",