projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2eecb9
)
io controller: quick fix for blk-cgroup and modular CFQ
author
Jens Axboe
<jens.axboe@oracle.com>
Fri, 4 Dec 2009 09:07:38 +0000
(10:07 +0100)
committer
Jens Axboe
<jens.axboe@oracle.com>
Fri, 4 Dec 2009 09:07:38 +0000
(10:07 +0100)
It's currently not an allowed configuration, so express that in Kconfig.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
block/Kconfig.iosched
patch
|
blob
|
blame
|
history
diff --git
a/block/Kconfig.iosched
b/block/Kconfig.iosched
index b71abfb0d7269eed44b65b3e75b8c6aa3b1ebbe5..5368d74207e89411889c4dc7a6252efd92a6009b 100644
(file)
--- a/
block/Kconfig.iosched
+++ b/
block/Kconfig.iosched
@@
-34,7
+34,7
@@
config IOSCHED_CFQ
config CFQ_GROUP_IOSCHED
bool "CFQ Group Scheduling support"
- depends on IOSCHED_CFQ && CGROUPS
+ depends on IOSCHED_CFQ
=y
&& CGROUPS
select BLK_CGROUP
default n
---help---