]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit474c8eb6fa824c02e5ee2031ff58bd21472c3fb9
tree6a587023b5d9e06675ffdc07a3c953ece16ad97d
parentaeb627987b7228de48729addf9a8c05f8152b544
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