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)
commitb876d708316bf9b6b9678eb2beb289b93cfe6369
tree96afdc741e4d0f4d864de77cc3035c870422cc26
parent98b5cee37389b899de044bc4aac56e6ff33dbd4d
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: 3cc55f4434b4 ("nfs: use change attribute for NFS re-exports")
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/export.c