projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0341e33
)
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
Salvatore Bonaccorso
<carnil@debian.org>
Sat, 26 Nov 2022 15:06:48 +0000
(15:06 +0000)
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
patch
|
blob
|
history
diff --git
a/kernel/sched/autogroup.c
b/kernel/sched/autogroup.c
index 4ebaf97f7bd8576b31a27f3836535e264a42b007..2b7cfbfbb581597f5cd0e122e7523c151879bc00 100644
(file)
--- a/
kernel/sched/autogroup.c
+++ b/
kernel/sched/autogroup.c
@@
-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;