aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
diff options
context:
space:
mode:
authorSteve French <smfrench@gmail.com>2018-05-06 15:58:51 -0500
committerSteve French <stfrench@microsoft.com>2018-05-27 17:56:35 -0500
commit71992e62b864e490d894184b3e5ae88f0635e524 (patch)
treed3860e2acb89232805cfb11cb5f00b10992f2717 /fs/cifs/connect.c
parentcifs: update calc_size to take a server argument (diff)
downloadlinux-dev-71992e62b864e490d894184b3e5ae88f0635e524.tar.xz
linux-dev-71992e62b864e490d894184b3e5ae88f0635e524.zip
cifs: fix build break when CONFIG_CIFS_DEBUG2 enabled
Previous patches "cifs: update calc_size to take a server argument" and "cifs: add server argument to the dump_detail method" were broken if CONFIG_CIFS_DEBUG2 enabled Signed-off-by: Steve French <smfrench@gmail.com> CC: Ronnie Sahlberg <lsahlber@redhat.com>
Diffstat (limited to '')
-rw-r--r--fs/cifs/connect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c
index be3308b44944..83b0234d443c 100644
--- a/fs/cifs/connect.c
+++ b/fs/cifs/connect.c
@@ -951,7 +951,7 @@ cifs_demultiplex_thread(void *p)
HEADER_SIZE(server));
#ifdef CONFIG_CIFS_DEBUG2
if (server->ops->dump_detail)
- server->ops->dump_detail(buf);
+ server->ops->dump_detail(buf, server);
cifs_dump_mids(server);
#endif /* CIFS_DEBUG2 */