diff mbox series

ext2: Remove LEGACY_DIRECT_IO dependency

Message ID f3303addc0b5cd7e5760beb2374b7e538a49d898.1714727887.git.ritesh.list@gmail.com
State Not Applicable
Headers show
Series ext2: Remove LEGACY_DIRECT_IO dependency | expand

Commit Message

Ritesh Harjani (IBM) May 3, 2024, 9:28 a.m. UTC
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) <ritesh.list@gmail.com>
---
 fs/ext2/Kconfig | 1 -
 1 file changed, 1 deletion(-)

--
2.44.0

Comments

Jan Kara May 3, 2024, 9:54 a.m. UTC | #1
On Fri 03-05-24 14:58:52, Ritesh Harjani (IBM) wrote:
> 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) <ritesh.list@gmail.com>

Thanks. Added to my tree.

								Honza

> ---
>  fs/ext2/Kconfig | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/fs/ext2/Kconfig b/fs/ext2/Kconfig
> index d6cfb1849580..d5bce83ad905 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.
> 
> --
> 2.44.0
>
diff mbox series

Patch

diff --git a/fs/ext2/Kconfig b/fs/ext2/Kconfig
index d6cfb1849580..d5bce83ad905 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.