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.13-1+rpi1~11^2^2~87 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a30b1bb42087e8ab4319c5ad1fd72058038e71a8;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;