Remove SLAB_CTOR_CONSTRUCTOR
[firefly-linux-kernel-4.4.55.git] / kernel / utsname_sysctl.c
index 324aa1341b5f9a2a4a437081782c70b27097c83b..f22b9dbd2a9c734163d65f60b1ef67c1b5259858 100644 (file)
@@ -139,7 +139,7 @@ static struct ctl_table uts_root_table[] = {
 
 static int __init utsname_sysctl_init(void)
 {
-       register_sysctl_table(uts_root_table, 0);
+       register_sysctl_table(uts_root_table);
        return 0;
 }