rtc: hctosys: use function name in the error log
[linux-2.6-block.git] / kernel / sysctl.c
index 8c0eabd418862bcaaebc7b01dcc3ea7ce4951a2b..42b7fc2860c15a2748e4d8209d29a28179d059e0 100644 (file)
@@ -1335,6 +1335,15 @@ static struct ctl_table vm_table[] = {
                .extra1         = &min_extfrag_threshold,
                .extra2         = &max_extfrag_threshold,
        },
+       {
+               .procname       = "compact_unevictable_allowed",
+               .data           = &sysctl_compact_unevictable_allowed,
+               .maxlen         = sizeof(int),
+               .mode           = 0644,
+               .proc_handler   = proc_dointvec,
+               .extra1         = &zero,
+               .extra2         = &one,
+       },
 
 #endif /* CONFIG_COMPACTION */
        {