diff -urNpd linux-3.18.5-vs2.3.7.1.orig/kernel/sysctl.c linux-3.18.5-vs2.3.7.1/kernel/sysctl.c --- linux-3.18.5-vs2.3.7.1.orig/kernel/sysctl.c 2015-01-30 13:33:10.000000000 -0600 +++ linux-3.18.5-vs2.3.7.1/kernel/sysctl.c 2015-02-02 19:33:07.000000000 -0600 @@ -1301,6 +1301,8 @@ static struct ctl_table vm_table[] = { .extra1 = &min_extfrag_threshold, .extra2 = &max_extfrag_threshold, }, + +#endif /* CONFIG_COMPACTION */ { .procname = "vshelper", .data = &vshelper_path, @@ -1308,8 +1310,6 @@ static struct ctl_table vm_table[] = { .mode = 0644, .proc_handler = &proc_dostring, }, - -#endif /* CONFIG_COMPACTION */ { .procname = "min_free_kbytes", .data = &min_free_kbytes,