commit | af3a6d1018f02c6dc8388f1f3785a559c7ab5961 | [log] [tgz] |
---|---|---|
author | Paulo Alcantara <pc@cjr.nz> | Fri Jun 24 15:01:43 2022 -0300 |
committer | Steve French <stfrench@microsoft.com> | Fri Jun 24 13:34:28 2022 -0500 |
tree | 1ea9d2bc699c8245c67fa976ab78573c72b98958 | |
parent | 8da33fd11c05b7c64ef6456970f2fce61851806e [diff] |
cifs: update cifs_ses::ip_addr after failover cifs_ses::ip_addr wasn't being updated in cifs_session_setup() when reconnecting SMB sessions thus returning wrong value in /proc/fs/cifs/DebugData. Signed-off-by: Paulo Alcantara (SUSE) <pc@cjr.nz> Cc: stable@kernel.org Signed-off-by: Steve French <stfrench@microsoft.com>