aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsglob.h
diff options
context:
space:
mode:
authorPavel Shilovsky <pshilovsky@samba.org>2012-05-27 20:48:35 +0400
committerPavel Shilovsky <pshilovsky@samba.org>2012-07-24 21:55:02 +0400
commitaf4281dc22f1eb8a9503b53330ca02f57db68b25 (patch)
tree036c41aad2cc46b573c48824f55751e2aadb069b /fs/cifs/cifsglob.h
parentCIFS: Move getting dfs referalls to ops struct (diff)
downloadlinux-dev-af4281dc22f1eb8a9503b53330ca02f57db68b25.tar.xz
linux-dev-af4281dc22f1eb8a9503b53330ca02f57db68b25.zip
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 {
int (*get_dfs_refer)(const unsigned int, struct cifs_ses *,
const char *, struct dfs_info3_param **,
unsigned int *, const struct nls_table *, int);
+ /* informational QFS call */
+ void (*qfs_tcon)(const unsigned int, struct cifs_tcon *);
};
struct smb_version_values {