Skip to content

Commit 7baf219

Browse files
krzktorvalds
authored andcommitted
init/Kconfig: clean up ANON_INODES and old IO schedulers options
CONFIG_ANON_INODES is gone since commit 5dd50aa ("Make anon_inodes unconditional"). CONFIG_CFQ_GROUP_IOSCHED was replaced with CONFIG_BFQ_GROUP_IOSCHED in commit f382fb0 ("block: remove legacy IO schedulers"). Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Cc: Masahiro Yamada <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Linus Torvalds <[email protected]>
1 parent 6524d79 commit 7baf219

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

init/Kconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ config BLK_CGROUP
872872
This option only enables generic Block IO controller infrastructure.
873873
One needs to also enable actual IO controlling logic/policy. For
874874
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
876876
CONFIG_BLK_DEV_THROTTLING=y.
877877

878878
See Documentation/admin-guide/cgroup-v1/blkio-controller.rst for more information.
@@ -1538,7 +1538,6 @@ config AIO
15381538

15391539
config IO_URING
15401540
bool "Enable IO uring support" if EXPERT
1541-
select ANON_INODES
15421541
select IO_WQ
15431542
default y
15441543
help

0 commit comments

Comments
 (0)