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