cifs: fix minor compile warning
authorSteve French <stfrench@microsoft.com>
Mon, 23 May 2022 02:25:24 +0000 (21:25 -0500)
committerSteve French <stfrench@microsoft.com>
Tue, 24 May 2022 01:24:12 +0000 (20:24 -0500)
commit93ed91c020aa4f021600a633f1f87790a5e50b91
tree6497afb09439b0ff612ebb289c62b4cb23de1500
parenta42078b9e8983c7e2dc9a6e86239735e3a558083
cifs: fix minor compile warning

Add ifdef around nodfs variable from patch:
  "cifs: don't call cifs_dfs_query_info_nonascii_quirk() if nodfs was set"
which is unused when CONFIG_DFS_UPCALL is not set.

Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/connect.c