NFS: Mask out unsupported attributes in nfs_getattr()
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Thu, 25 Mar 2021 19:59:53 +0000 (15:59 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 12 Apr 2021 21:14:17 +0000 (17:14 -0400)
commit4eb6a8230b589eb2bb02c4ce7418032552ef6470
tree9da76d7bec10445c1da6163d3bf585a20182ac6e
parent8a27c7ccca3b0df83f13c591f58d68b057b67780
NFS: Mask out unsupported attributes in nfs_getattr()

We don't currently support STATX_BTIME, so don't advertise it in the
return values for nfs_getattr().

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