commit | 93ed91c020aa4f021600a633f1f87790a5e50b91 | [log] [tgz] |
---|---|---|
author | Steve French <stfrench@microsoft.com> | Sun May 22 21:25:24 2022 -0500 |
committer | Steve French <stfrench@microsoft.com> | Mon May 23 20:24:12 2022 -0500 |
tree | 6497afb09439b0ff612ebb289c62b4cb23de1500 | |
parent | a42078b9e8983c7e2dc9a6e86239735e3a558083 [diff] |
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>