]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: fix nfs_fetch_iversion()
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Wed, 24 Mar 2021 19:32:21 +0000 (15:32 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 5 Apr 2021 13:04:21 +0000 (09:04 -0400)
commit8ccaee8b9ee425f512d639e04686cb1fa1e4c213
tree96afdc741e4d0f4d864de77cc3035c870422cc26
parenta64a2d55caf37ea5cf759410ec4f165178c24c44
NFS: fix nfs_fetch_iversion()

The change attribute is always set by all NFS client versions so get rid
of the open-coded version.

Fixes: 03fc11a3e324 ("nfs: use change attribute for NFS re-exports")
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/export.c