projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
234e987
)
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
Ben Hutchings
<ben@decadent.org.uk>
Thu, 19 Apr 2018 10:13:03 +0000
(11:13 +0100)
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
patch
|
blob
|
history
diff --git
a/kernel/sched/autogroup.c
b/kernel/sched/autogroup.c
index a43df51935386fcd48f9fad8905d722880c8f8c8..99ef290a3ea7f5410dee89c9e3ed8cd3829bcb83 100644
(file)
--- a/
kernel/sched/autogroup.c
+++ b/
kernel/sched/autogroup.c
@@
-8,7
+8,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;