From: Ritesh Harjani (IBM) Date: Fri, 3 May 2024 09:28:52 +0000 (+0530) Subject: ext2: Remove LEGACY_DIRECT_IO dependency X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=290fa9471ee040734bbe873c3d7b2a20240b375a;p=linux.git ext2: Remove LEGACY_DIRECT_IO dependency commit fb5de4358e1a ("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) Signed-off-by: Jan Kara Message-Id: --- diff --git a/fs/ext2/Kconfig b/fs/ext2/Kconfig index d6cfb18495801..d5bce83ad9054 100644 --- a/fs/ext2/Kconfig +++ b/fs/ext2/Kconfig @@ -3,7 +3,6 @@ config EXT2_FS tristate "Second extended fs support (DEPRECATED)" select BUFFER_HEAD select FS_IOMAP - select LEGACY_DIRECT_IO help Ext2 is a standard Linux file system for hard disks.