]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit855096b45667fc2aabc26c1b993021ec993807c7
tree9da76d7bec10445c1da6163d3bf585a20182ac6e
parentedecb937b2192ef365ab64f6b089e8507db6b929
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