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