diff options
author | Pavel Shilovsky <pshilovsky@samba.org> | 2012-05-27 20:48:35 +0400 |
---|---|---|
committer | Pavel Shilovsky <pshilovsky@samba.org> | 2012-07-24 21:55:02 +0400 |
commit | af4281dc22f1eb8a9503b53330ca02f57db68b25 (patch) | |
tree | 036c41aad2cc46b573c48824f55751e2aadb069b /fs/cifs/cifsglob.h | |
parent | b669f33ca61738171aecc5ae90d776d91b122eb8 (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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index 2d80d82f41d..acfa68569f3 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 { |