linux/debian/patches/debian/sched-autogroup-disabled.patch

22 lines
699 B
Diff
Raw Permalink Normal View History

From: Ben Hutchings <ben@decadent.org.uk>
Subject: sched: Do not enable autogrouping by default
Date: Wed, 16 Mar 2011 03:17:06 +0000
Forwarded: not-needed
We want to provide the option of autogrouping but without enabling
it by default yet.
2019-10-25 20:57:23 +00:00
Index: linux/kernel/sched/autogroup.c
===================================================================
--- linux.orig/kernel/sched/autogroup.c
+++ linux/kernel/sched/autogroup.c
2018-05-16 21:31:42 +00:00
@@ -5,7 +5,7 @@
#include <linux/nospec.h>
2018-03-12 02:40:37 +00:00
#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;