Re: [PATCH 3/3] statx: add STATX_ATTRIBUTES flag
From: David Howells
Date: Thu Oct 18 2018 - 11:22:41 EST
Miklos Szeredi <mszeredi@xxxxxxxxxx> wrote:
> + /* Having anything in attributes_mask means attributes are valid. */
> + if (tmp.stx_attributes_mask)
> + tmp.stx_mask |= STATX_ATTRIBUTES;
That would be superfluous, since userspace can make this check too.
Note that fsinfo() might inform you better - if and when it arrives.
David