commit | 28eb24ff75c5ac130eb326b3b4d0dcecfc0f427d | [log] [tgz] |
---|---|---|
author | Paulo Alcantara <paulo@paulo.ac> | Tue Nov 20 15:16:36 2018 -0200 |
committer | Steve French <stfrench@microsoft.com> | Fri Dec 28 10:13:11 2018 -0600 |
tree | 0c6b6495cbf7e30c3f7716234acd7f80cc821548 | |
parent | 08744015492fec5a30ab8e2779601ae2b1a5e431 [diff] |
cifs: Always resolve hostname before reconnecting In case a hostname resolves to a different IP address (e.g. long running mounts), make sure to resolve it every time prior to calling generic_ip_connect() in reconnect. Suggested-by: Steve French <stfrench@microsoft.com> Signed-off-by: Paulo Alcantara <palcantara@suse.de> Signed-off-by: Steve French <stfrench@microsoft.com>