[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200409145747.GF664132@iweiny-DESK2.sc.intel.com>
Date: Thu, 9 Apr 2020 07:57:48 -0700
From: Ira Weiny <ira.weiny@...el.com>
To: Christoph Hellwig <hch@....de>
Cc: linux-kernel@...r.kernel.org, Dave Chinner <dchinner@...hat.com>,
Jan Kara <jack@...e.cz>,
"Darrick J. Wong" <darrick.wong@...cle.com>,
Dan Williams <dan.j.williams@...el.com>,
Dave Chinner <david@...morbit.com>,
"Theodore Y. Ts'o" <tytso@....edu>, Jeff Moyer <jmoyer@...hat.com>,
linux-ext4@...r.kernel.org, linux-xfs@...r.kernel.org,
linux-fsdevel@...r.kernel.org
Subject: Re: [PATCH V6 2/8] fs: Remove unneeded IS_DAX() check
On Thu, Apr 09, 2020 at 09:31:34AM +0200, Christoph Hellwig wrote:
> On Tue, Apr 07, 2020 at 11:29:52AM -0700, ira.weiny@...el.com wrote:
> > static inline bool io_is_direct(struct file *filp)
> > {
> > - return (filp->f_flags & O_DIRECT) || IS_DAX(filp->f_mapping->host);
> > + return (filp->f_flags & O_DIRECT);
> > }
>
> As requested last time: Can you please also just remove io_is_direct?
FWIW I just found this mail in my junk folder... My fault I know... :-/
Regardless I did not see that request last time but I can do that,
Done for V7
Ira
Powered by blists - more mailing lists