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/4.9.82-1+deb9u3+rpi1_jessie~10^2~109 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a93f580f0147b50cfcf94872461e8d59cd59ac7e;p=linux-4.9.git sched: Do not enable autogrouping by default 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/auto_group.c b/kernel/sched/auto_group.c index da39489d2d80..ec2bbc342e0b 100644 --- a/kernel/sched/auto_group.c +++ b/kernel/sched/auto_group.c @@ -7,7 +7,7 @@ #include #include -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;