projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e25206
)
blkio: Allow CFQ group IO scheduling even when CFQ is a module
author
Vivek Goyal
<vgoyal@redhat.com>
Fri, 4 Dec 2009 15:36:43 +0000
(10:36 -0500)
committer
Jens Axboe
<jens.axboe@oracle.com>
Fri, 4 Dec 2009 15:38:14 +0000
(16:38 +0100)
o Now issues of blkio controller and CFQ in module mode should be fixed.
Enable the cfq group scheduling support in module mode.
Signed-off-by: Vivek Goyal <vgoyal@redhat.com>
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 5368d74207e89411889c4dc7a6252efd92a6009b..b71abfb0d7269eed44b65b3e75b8c6aa3b1ebbe5 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
=y
&& CGROUPS
+ depends on IOSCHED_CFQ && CGROUPS
select BLK_CGROUP
default n
---help---