diff options
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r-- | kernel/sysctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 09d2e2413605..5c14b547882e 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
@@ -123,7 +123,7 @@ static int __maybe_unused neg_one = -1; | |||
123 | static int zero; | 123 | static int zero; |
124 | static int __maybe_unused one = 1; | 124 | static int __maybe_unused one = 1; |
125 | static int __maybe_unused two = 2; | 125 | static int __maybe_unused two = 2; |
126 | static int __maybe_unused three = 3; | 126 | static int __maybe_unused four = 4; |
127 | static unsigned long one_ul = 1; | 127 | static unsigned long one_ul = 1; |
128 | static int one_hundred = 100; | 128 | static int one_hundred = 100; |
129 | #ifdef CONFIG_PRINTK | 129 | #ifdef CONFIG_PRINTK |
@@ -1264,7 +1264,7 @@ static struct ctl_table vm_table[] = { | |||
1264 | .mode = 0644, | 1264 | .mode = 0644, |
1265 | .proc_handler = drop_caches_sysctl_handler, | 1265 | .proc_handler = drop_caches_sysctl_handler, |
1266 | .extra1 = &one, | 1266 | .extra1 = &one, |
1267 | .extra2 = &three, | 1267 | .extra2 = &four, |
1268 | }, | 1268 | }, |
1269 | #ifdef CONFIG_COMPACTION | 1269 | #ifdef CONFIG_COMPACTION |
1270 | { | 1270 | { |