NFS: Initialise the readdir verifier as best we can in nfs_opendir()
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Fri, 25 Feb 2022 15:22:30 +0000 (10:22 -0500)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 28 Feb 2022 15:11:32 +0000 (10:11 -0500)
commitd1e32ea35502bcbf9241c54338882f18b6fa6452
tree6a587023b5d9e06675ffdc07a3c953ece16ad97d
parent2eef8a31112262f6f8e5d2b3076b9f288473eaf2
NFS: Initialise the readdir verifier as best we can in nfs_opendir()

For the purpose of ensuring that opendir() followed by seekdir() work as
correctly as possible, try to initialise the readdir verifier in
nfs_opendir().

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