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>
Thu, 21 Jul 2022 15:40:03 +0000 (10:40 -0500)
commit5ad7dc699741ac693094a5d9ea600ab4a6b0e055
tree67058a4c039f5660e70378d0a52edf6909460de7
parent963577461edd119d763b6b93441caae4b27c313b
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