File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -872,7 +872,7 @@ config BLK_CGROUP
872
872
This option only enables generic Block IO controller infrastructure.
873
873
One needs to also enable actual IO controlling logic/policy. For
874
874
enabling proportional weight division of disk bandwidth in CFQ, set
875
- CONFIG_CFQ_GROUP_IOSCHED =y; for enabling throttling policy, set
875
+ CONFIG_BFQ_GROUP_IOSCHED =y; for enabling throttling policy, set
876
876
CONFIG_BLK_DEV_THROTTLING=y.
877
877
878
878
See Documentation/admin-guide/cgroup-v1/blkio-controller.rst for more information.
@@ -1538,7 +1538,6 @@ config AIO
1538
1538
1539
1539
config IO_URING
1540
1540
bool "Enable IO uring support" if EXPERT
1541
- select ANON_INODES
1542
1541
select IO_WQ
1543
1542
default y
1544
1543
help
You can’t perform that action at this time.
0 commit comments