diff options
author | 2021-11-12 09:55:03 -0600 | |
---|---|---|
committer | 2021-11-12 12:59:51 -0600 | |
commit | 9e7ffa77b26a8a00a12b6631aa13f161d9900b0c (patch) | |
tree | a088a0935db016b3ea308086e832b400f0d9e29d /tools/perf/scripts/python/export-to-sqlite.py | |
parent | smb3: add additional null check in SMB2_tcon (diff) | |
download | wireguard-linux-9e7ffa77b26a8a00a12b6631aa13f161d9900b0c.tar.xz wireguard-linux-9e7ffa77b26a8a00a12b6631aa13f161d9900b0c.zip |
cifs: release lock earlier in dequeue_mid error case
In dequeue_mid we can log an error while holding a spinlock,
GlobalMid_Lock. Coverity notes that the error logging
also grabs a lock so it is cleaner (and a bit safer) to
release the GlobalMid_Lock before logging the warning.
Addresses-Coverity: 1507573 ("Thread deadlock")
Reviewed-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions