cifs: rename reconn_inval_dfs_target()
authorPaulo Alcantara <pc@cjr.nz>
Tue, 21 Jul 2020 12:36:40 +0000 (09:36 -0300)
committerSteve French <stfrench@microsoft.com>
Sun, 2 Aug 2020 23:00:26 +0000 (18:00 -0500)
commit7d397a034d5c45528c7bdf7fc3752c4793029cce
treeecdb8b9f2b840626a6c130b23ca275b52a8b535d
parent2e5de42445217c7c1310af8f4b3fe6f66bd865b1
cifs: rename reconn_inval_dfs_target()

This function has nothing to do with *invalidation* but setting up the
next target server from a cached referral.

Rename it to reconn_set_next_dfs_target().  While at it, get rid of
some meaningless checks.

Signed-off-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Reviewed-by: Aurelien Aptel <aaptel@suse.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/connect.c