cifs: get rid of dns resolve worker
authorPaulo Alcantara <pc@manguebit.com>
Mon, 20 Feb 2023 19:36:54 +0000 (16:36 -0300)
committerSteve French <stfrench@microsoft.com>
Thu, 1 Jun 2023 04:02:36 +0000 (23:02 -0500)
commit23fd908736efb30305ce8ba99756815e7491c5e3
tree46e12643c99b4ae66b558ba8e52a414b2461aa7d
parentc7c1833d13be1c2cae4832292cb71d475bde30f8
cifs: get rid of dns resolve worker

We already upcall to resolve hostnames during reconnect by calling
reconn_set_ipaddr_from_hostname(), so there is no point in having a
worker to periodically call it.

Signed-off-by: Paulo Alcantara (SUSE) <pc@manguebit.com>
Reviewed-by <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/cifsglob.h
fs/cifs/connect.c
fs/cifs/sess.c