diff options
author | Henrique Carvalho <henrique.carvalho@suse.com> | 2025-06-02 17:45:17 -0300 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2025-10-01 22:05:19 -0500 |
commit | 17ef15fa80cf3b60b6f82ea1d88fa499d5495994 (patch) | |
tree | e199f8eda54c5f4ebddb070376e8c89b4bf8f2af /scripts/patch-kernel | |
parent | 5676398315b73f21d6a4e2d36606ce94e8afc79e (diff) |
smb: client: remove unused fid_lock
The fid_lock in struct cached_fid does not currently provide any real
synchronization. Previously, it had the intention to prevent a double
release of the dentry, but every change to cfid->dentry is already
protected either by cfid_list_lock (while the entry is in the list) or
happens after the cfid has been removed (so no other thread should find
it).
Since there is no scenario in which fid_lock prevents any race, it is
vestigial and can be removed along with its associated
spin_lock()/spin_unlock() calls.
Signed-off-by: Henrique Carvalho <henrique.carvalho@suse.com>
Reviewed-by: Enzo Matsumiya <ematsumiya@suse.de>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions