commit | 39a154fc2d172a3a5865e5a9fa2a2983eb7a99ac | [log] [tgz] |
---|---|---|
author | Paulo Alcantara <pc@cjr.nz> | Thu Dec 29 18:43:46 2022 -0300 |
committer | Steve French <stfrench@microsoft.com> | Wed Jan 04 09:06:53 2023 -0600 |
tree | 54b677b6a19e65ea48e80af840c31d45a34f4364 | |
parent | 775e44d6d86dca400d614cbda5dab4def4951fe7 [diff] |
cifs: protect access of TCP_Server_Info::{dstaddr,hostname} Use the appropriate locks to protect access of hostname and dstaddr fields in cifs_tree_connect() as they might get changed by other tasks. Signed-off-by: Paulo Alcantara (SUSE) <pc@cjr.nz> Reviewed-by: Enzo Matsumiya <ematsumiya@suse.de> Signed-off-by: Steve French <stfrench@microsoft.com>