sched: Do not enable autogrouping by default
authorBen Hutchings <ben@decadent.org.uk>
Wed, 16 Mar 2011 03:17:06 +0000 (03:17 +0000)
committerBastian Blank <waldi@debian.org>
Fri, 22 Jun 2018 09:50:22 +0000 (10:50 +0100)
We want to provide the option of autogrouping but without enabling
it by default yet.

Gbp-Pq: Topic debian
Gbp-Pq: Name sched-autogroup-disabled.patch

kernel/sched/autogroup.c

index e3d1ba7e3a949d46795d5c4a5f405c67efe21e2f..c71a6f8718ae8b162fb7e168d35a4b68fbf52dc6 100644 (file)
@@ -8,7 +8,7 @@
 
 #include "sched.h"
 
-unsigned int __read_mostly sysctl_sched_autogroup_enabled = 1;
+unsigned int __read_mostly sysctl_sched_autogroup_enabled = 0;
 static struct autogroup autogroup_default;
 static atomic_t autogroup_seq_nr;