NFS: Fix up statx() results
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Wed, 24 Mar 2021 18:29:12 +0000 (14:29 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 12 Apr 2021 21:14:17 +0000 (17:14 -0400)
commit63cdd7edfd2871e63f4ca001ff6b8e1e166a74ae
tree1d53848d508bd5a7249067dc3e6bdc6867552680
parente8764a6f96d3ca17be7466c7b0fddef64f4e3d14
NFS: Fix up statx() results

If statx has valid attributes available that weren't asked for, then
return them and set the result mask appropriately.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/inode.c