commit | a1147b8281bda99bda99892233e1900329a9cbf1 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trondmy@gmail.com> | Wed Feb 05 09:01:52 2020 -0500 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Mon Feb 10 10:38:48 2020 -0500 |
tree | 9a3eaac43b732c5a0f5131307bdaba8c2cf4703a | |
parent | bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9 [diff] |
NFS: Fix up directory verifier races In order to avoid having our dentry revalidation race with an update of the directory on the server, we need to store the verifier before the RPC calls to LOOKUP and READDIR. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com> Reviewed-by: Benjamin Coddington <bcodding@gmail.com> Tested-by: Benjamin Coddington <bcodding@gmail.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>