From: Ben Hutchings Date: Wed, 16 Mar 2011 03:17:06 +0000 (+0000) Subject: sched: Do not enable autogrouping by default X-Git-Tag: archive/raspbian/5.15.15-2+rpi1~1^2~55 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7f4ea7938902ae5e3821c9975ae6a8347c5afac4;p=linux.git sched: Do not enable autogrouping by default Forwarded: not-needed 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 --- diff --git a/kernel/sched/autogroup.c b/kernel/sched/autogroup.c index 8629b37d118..d6c2c10500c 100644 --- a/kernel/sched/autogroup.c +++ b/kernel/sched/autogroup.c @@ -5,7 +5,7 @@ #include #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;