You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
blkio: Allow CFQ group IO scheduling even when CFQ is a module
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>
This commit is contained in:
@@ -34,7 +34,7 @@ config IOSCHED_CFQ
|
|||||||
|
|
||||||
config CFQ_GROUP_IOSCHED
|
config CFQ_GROUP_IOSCHED
|
||||||
bool "CFQ Group Scheduling support"
|
bool "CFQ Group Scheduling support"
|
||||||
depends on IOSCHED_CFQ=y && CGROUPS
|
depends on IOSCHED_CFQ && CGROUPS
|
||||||
select BLK_CGROUP
|
select BLK_CGROUP
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
|
|||||||
Reference in New Issue
Block a user