]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit20e8f86fb33e574a6b5d6ddb437a95490584f341
tree6497afb09439b0ff612ebb289c62b4cb23de1500
parent9c4dabf1570b535729106017292e8aff394c47e9
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