diff options
| author | Shyam Prasad N <sprasad@microsoft.com> | 2026-02-01 00:21:13 +0530 |
|---|---|---|
| committer | Steve French <stfrench@microsoft.com> | 2026-02-08 17:07:43 -0600 |
| commit | 96c4af418586ee9a6aab61738644366426e05316 (patch) | |
| tree | 45806be1d48268cca1c897ae31d365e86aa035a3 /tools/perf/scripts/python | |
| parent | 037ddbcc107acbf3e45e7f5841a92ceb87001ee3 (diff) | |
| download | linux-96c4af418586ee9a6aab61738644366426e05316.tar.gz linux-96c4af418586ee9a6aab61738644366426e05316.zip | |
cifs: Fix locking usage for tcon fields
We used to use the cifs_tcp_ses_lock to protect a lot of objects
that are not just the server, ses or tcon lists. We later introduced
srv_lock, ses_lock and tc_lock to protect fields within the
corresponding structs. This was done to provide a more granular
protection and avoid unnecessary serialization.
There were still a couple of uses of cifs_tcp_ses_lock to provide
tcon fields. In this patch, I've replaced them with tc_lock.
Cc: stable@vger.kernel.org
Signed-off-by: Shyam Prasad N <sprasad@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
