sched: Do not enable autogrouping by default
authorBen Hutchings <ben@decadent.org.uk>
Wed, 16 Mar 2011 03:17:06 +0000 (03:17 +0000)
committerSalvatore Bonaccorso <carnil@debian.org>
Thu, 22 May 2025 18:32:07 +0000 (20:32 +0200)
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

kernel/sched/autogroup.c

index 991fc90025357964edf8d64a361a843e926160c1..f3fb117083b474858f4e35765b2d4d8e33f8bdd7 100644 (file)
@@ -4,7 +4,7 @@
  * Auto-group scheduling implementation:
  */
 
-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;