Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 846954b0 authored by Vivek Goyal's avatar Vivek Goyal Committed by Jens Axboe
Browse files

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: default avatarVivek Goyal <vgoyal@redhat.com>
Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent 3e252066
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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---