Re: [PATCH 2/2] statx: move STATX_ATTR_DAX attribute handling to filesystems

From: David Howells
Date: Tue Dec 01 2020 - 12:30:34 EST


David Howells <dhowells@xxxxxxxxxx> wrote:

> > - if (IS_DAX(inode))
> > - stat->attributes |= STATX_ATTR_DAX;
> > -
>
> This could probably be left in and not distributed amongst the filesytems
> provided that any filesystem that might turn it on sets the bit in the
> attributes_mask.

On further consideration, it's probably better to split it as you've done it.

Reviewed-by: David Howells <dhowells@xxxxxxxxxx>

You do need one or more Fixes: lines, though.

David