commit | 5776a9cd2a66cdc037c8e6ee34cde40ee768893d | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Wed Nov 16 11:11:53 2022 -0500 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Sun Nov 27 22:10:00 2022 -0500 |
tree | cd3442cc8f4f60dfdd3484bde9721b00f27b07e1 | |
parent | 35e3b6ae84935d0d7ff76cbdaa83411b0ad5e471 [diff] |
NFS: Fix a race in nfs_call_unlink() We should check that the filehandles match before transferring the sillyrename data to the newly looked-up dentry in case the name was reused on the server. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>