aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sysctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r--kernel/sysctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c
index 8c98d8147d88..9dadc9d88a03 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -982,7 +982,7 @@ static struct ctl_table vm_table[] = {
982 .data = &nr_overcommit_huge_pages, 982 .data = &nr_overcommit_huge_pages,
983 .maxlen = sizeof(nr_overcommit_huge_pages), 983 .maxlen = sizeof(nr_overcommit_huge_pages),
984 .mode = 0644, 984 .mode = 0644,
985 .proc_handler = &proc_doulongvec_minmax, 985 .proc_handler = &hugetlb_overcommit_handler,
986 }, 986 },
987#endif 987#endif
988 { 988 {