commit | 943fb67b090212f1d3789eb7796b1c9045c62fd6 | [log] [tgz] |
---|---|---|
author | Steve French <stfrench@microsoft.com> | Wed Apr 26 22:01:31 2023 -0500 |
committer | Steve French <stfrench@microsoft.com> | Fri Apr 28 21:23:42 2023 -0500 |
tree | f4c7a6051a4238cf12fe3dc1abdf9971ecb2c9c5 | |
parent | d906be3fa571f6fc9381911304a0eca99f1b6951 [diff] |
cifs: missing lock when updating session status Coverity noted a place where we were not grabbing the ses_lock when setting (and checking) ses_status. Addresses-Coverity: 1536833 ("Data race condition (MISSING_LOCK)") Reviewed-by: Paulo Alcantara (SUSE) <pc@manguebit.com> Reviewed-by: Bharath SM <bharathsm@microsoft.com> Signed-off-by: Steve French <stfrench@microsoft.com>