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>
Mon, 20 Feb 2023 23:25:43 +0000 (17:25 -0600)
commit0e9bd27b2a635d54665fcc1d6398a5f6aeb6b0cb
treeef1698461de51a95f5617d8f55ac4e9ded19881b
parent3e161c2791f8e661eed24a2c624087084d910215
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