summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsglob.h
diff options
context:
space:
mode:
authorPavel Shilovsky <pshilovsky@samba.org>2012-05-27 12:48:35 -0400
committerPavel Shilovsky <pshilovsky@samba.org>2012-07-24 13:55:02 -0400
commitaf4281dc22f1eb8a9503b53330ca02f57db68b25 (patch)
tree036c41aad2cc46b573c48824f55751e2aadb069b /fs/cifs/cifsglob.h
parentb669f33ca61738171aecc5ae90d776d91b122eb8 (diff)
CIFS: Move informational tcon calls to ops struct
and rename variables in cifs_mount. Signed-off-by: Pavel Shilovsky <pshilovsky@samba.org> 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, 2 insertions, 0 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h
index 2d80d82f41d0..acfa68569f3d 100644
--- a/fs/cifs/cifsglob.h
+++ b/fs/cifs/cifsglob.h
@@ -213,6 +213,8 @@ struct smb_version_operations {
213 int (*get_dfs_refer)(const unsigned int, struct cifs_ses *, 213 int (*get_dfs_refer)(const unsigned int, struct cifs_ses *,
214 const char *, struct dfs_info3_param **, 214 const char *, struct dfs_info3_param **,
215 unsigned int *, const struct nls_table *, int); 215 unsigned int *, const struct nls_table *, int);
216 /* informational QFS call */
217 void (*qfs_tcon)(const unsigned int, struct cifs_tcon *);
216}; 218};
217 219
218struct smb_version_values { 220struct smb_version_values {