summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsglob.h
diff options
context:
space:
mode:
authorRonnie Sahlberg2018-04-22 22:45:53 +0200
committerSteve French2018-05-28 00:56:35 +0200
commit14547f7d74c4a2583214693f69d45374b8028649 (patch)
tree03e7f121f72d9565ee4cfbe393b2330202a2c623 /fs/cifs/cifsglob.h
parentsmb3: fix redundant opens on root (diff)
downloadkernel-qcow2-linux-14547f7d74c4a2583214693f69d45374b8028649.tar.gz
kernel-qcow2-linux-14547f7d74c4a2583214693f69d45374b8028649.tar.xz
kernel-qcow2-linux-14547f7d74c4a2583214693f69d45374b8028649.zip
cifs: add server argument to the dump_detail method
We need a struct TCP_Server_Info *server to this method as it calls calc_size. The calc_size method will soon be changed to also take a server argument. Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com> Signed-off-by: Steve French <smfrench@gmail.com>
Diffstat (limited to 'fs/cifs/cifsglob.h')
-rw-r--r--fs/cifs/cifsglob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h
index 6cc27f9c33a4..0e2b145aba46 100644
--- a/fs/cifs/cifsglob.h
+++ b/fs/cifs/cifsglob.h
@@ -244,7 +244,7 @@ struct smb_version_operations {
int (*map_error)(char *, bool);
/* find mid corresponding to the response message */
struct mid_q_entry * (*find_mid)(struct TCP_Server_Info *, char *);
- void (*dump_detail)(void *);
+ void (*dump_detail)(void *buf, struct TCP_Server_Info *ptcp_info);
void (*clear_stats)(struct cifs_tcon *);
void (*print_stats)(struct seq_file *m, struct cifs_tcon *);
void (*dump_share_caps)(struct seq_file *, struct cifs_tcon *);