Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
From: Jan Kara <jack@suse.cz>
To: "Ritesh Harjani (IBM)" <ritesh.list@gmail.com>
Cc: linux-ext4@vger.kernel.org, linux-fsdevel@vger.kernel.org,
	Jan Kara <jack@suse.cz>
Subject: Re: [PATCH] ext2: Remove LEGACY_DIRECT_IO dependency
Date: Fri, 3 May 2024 11:54:16 +0200	[thread overview]
Message-ID: <20240503095416.u3msp4eaamjwcm32@quack3> (raw)
In-Reply-To: <f3303addc0b5cd7e5760beb2374b7e538a49d898.1714727887.git.ritesh.list@gmail.com>

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
> 
-- 
Jan Kara <jack@suse.com>
SUSE Labs, CR

      reply	other threads:[~2024-05-03  9:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-03  9:28 [PATCH] ext2: Remove LEGACY_DIRECT_IO dependency Ritesh Harjani (IBM)
2024-05-03  9:54 ` Jan Kara [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240503095416.u3msp4eaamjwcm32@quack3 \
    --to=jack@suse.cz \
    --cc=linux-ext4@vger.kernel.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=ritesh.list@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).