diff options
author | Pavel Shilovsky <piastry@etersoft.ru> | 2011-12-27 07:22:00 -0500 |
---|---|---|
committer | Pavel Shilovsky <pshilovsky@samba.org> | 2012-07-24 13:54:57 -0400 |
commit | 5478f9ba9a34d660eb3227dcd16314689c51f946 (patch) | |
tree | 6cb95588d403d5a962f6450b68d2daaf23566250 /fs/cifs/smb2proto.h | |
parent | ec2e4523fdba88317e06d0c7a88af3a0860447fc (diff) |
CIFS: Add session setup/logoff capability for SMB2
Signed-off-by: Pavel Shilovsky <piastry@etersoft.ru>
Signed-off-by: Steve French <smfrench@gmail.com>
Diffstat (limited to 'fs/cifs/smb2proto.h')
-rw-r--r-- | fs/cifs/smb2proto.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/cifs/smb2proto.h b/fs/cifs/smb2proto.h index 881767002807..9364fbcb90c6 100644 --- a/fs/cifs/smb2proto.h +++ b/fs/cifs/smb2proto.h | |||
@@ -47,5 +47,8 @@ extern int smb2_setup_request(struct cifs_ses *ses, struct kvec *iov, | |||
47 | * are contained within these calls. | 47 | * are contained within these calls. |
48 | */ | 48 | */ |
49 | extern int SMB2_negotiate(const unsigned int xid, struct cifs_ses *ses); | 49 | extern int SMB2_negotiate(const unsigned int xid, struct cifs_ses *ses); |
50 | extern int SMB2_sess_setup(const unsigned int xid, struct cifs_ses *ses, | ||
51 | const struct nls_table *nls_cp); | ||
52 | extern int SMB2_logoff(const unsigned int xid, struct cifs_ses *ses); | ||
50 | 53 | ||
51 | #endif /* _SMB2PROTO_H */ | 54 | #endif /* _SMB2PROTO_H */ |