projects
/
linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92a1532
)
sched: Do not enable autogrouping by default
author
Ben Hutchings
<ben@decadent.org.uk>
Wed, 16 Mar 2011 03:17:06 +0000
(
03:17
+0000)
committer
Yves-Alexis Perez
<corsac@debian.org>
Wed, 21 Feb 2018 15:29:03 +0000
(15:29 +0000)
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/auto_group.c
patch
|
blob
|
history
diff --git
a/kernel/sched/auto_group.c
b/kernel/sched/auto_group.c
index da39489d2d80e9b8f6781610e97c23ec0014f45b..ec2bbc342e0bfb0bc690d720ba5b84afcf06b7c4 100644
(file)
--- a/
kernel/sched/auto_group.c
+++ b/
kernel/sched/auto_group.c
@@
-7,7
+7,7
@@
#include <linux/security.h>
#include <linux/export.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;