Searched hist:cec08f452a687fce9dfdf47946d00a1d12a8bec5 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/nfs/ |
H A D | dir.c | diff cec08f452a687fce9dfdf47946d00a1d12a8bec5 Wed Sep 29 07:12:53 CDT 2021 Trond Myklebust <trond.myklebust@hammerspace.com> NFS: Fix dentry verifier races
If the directory changed while we were revalidating the dentry, then don't update the dentry verifier. There is no value in setting the verifier to an older value, and we could end up overwriting a more up to date verifier from a parallel revalidation.
Fixes: efeda80da38d ("NFSv4: Fix revalidation of dentries with delegations") Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com> Tested-by: Benjamin Coddington <bcodding@redhat.com> Reviewed-by: Benjamin Coddington <bcodding@redhat.com>
|