Re: [PATCH v2 4/5] ext4: add ext4_should_use_dax()

From: Theodore Ts'o
Date: Thu Oct 12 2017 - 12:01:39 EST


On Tue, Sep 12, 2017 at 08:46:12AM +0200, Jan Kara wrote:
> On Mon 11-09-17 23:05:25, Ross Zwisler wrote:
> > This helper, in the spirit of ext4_should_dioread_nolock() et al., replaces
> > the complex conditional in ext4_set_inode_flags().
> >
> > Signed-off-by: Ross Zwisler <ross.zwisler@xxxxxxxxxxxxxxx>
>
> Yeah, makes sense to me. You can add:
>
> Reviewed-by: Jan Kara <jack@xxxxxxx>

Thanks, applied.

- Ted