Skip to content

Commit 290fa94

Browse files
riteshharjanijankara
authored andcommitted
ext2: Remove LEGACY_DIRECT_IO dependency
commit fb5de43 ("ext2: Move direct-io to use iomap"), converted ext2 direct-io to iomap which killed the call to blockdev_direct_IO(). So let's remove LEGACY_DIRECT_IO config dependency from ext2 Kconfig. Signed-off-by: Ritesh Harjani (IBM) <[email protected]> Signed-off-by: Jan Kara <[email protected]> Message-Id: <f3303addc0b5cd7e5760beb2374b7e538a49d898.1714727887.git.ritesh.list@gmail.com>
1 parent 91ba8cb commit 290fa94

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/ext2/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ config EXT2_FS
33
tristate "Second extended fs support (DEPRECATED)"
44
select BUFFER_HEAD
55
select FS_IOMAP
6-
select LEGACY_DIRECT_IO
76
help
87
Ext2 is a standard Linux file system for hard disks.
98

0 commit comments

Comments
 (0)