aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsproto.h
diff options
context:
space:
mode:
authorJeff Layton <jlayton@redhat.com>2007-11-16 17:23:17 -0500
committerSteve French <sfrench@us.ibm.com>2007-11-16 17:23:17 -0500
commitd6c2e4d02b72d8ae63784bdc57cfa285128de211 (patch)
tree4b5d3bcc06a72697413d588e3b87a2b18e619437 /fs/cifs/cifsproto.h
parentc359cf3c61c6ea9f4f461a8bd22023a15d75d9b5 (diff)
[CIFS] have cifs_get_spnego_key get the hostname from TCP_Server_Info
Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r--fs/cifs/cifsproto.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h
index 0c55dff2add8..3a37c6c67f6f 100644
--- a/fs/cifs/cifsproto.h
+++ b/fs/cifs/cifsproto.h
@@ -77,8 +77,7 @@ extern void header_assemble(struct smb_hdr *, char /* command */ ,
77extern int small_smb_init_no_tc(const int smb_cmd, const int wct, 77extern int small_smb_init_no_tc(const int smb_cmd, const int wct,
78 struct cifsSesInfo *ses, 78 struct cifsSesInfo *ses,
79 void **request_buf); 79 void **request_buf);
80extern struct key *cifs_get_spnego_key(struct cifsSesInfo *sesInfo, 80extern struct key *cifs_get_spnego_key(struct cifsSesInfo *sesInfo);
81 const char *hostname);
82extern int CIFS_SessSetup(unsigned int xid, struct cifsSesInfo *ses, 81extern int CIFS_SessSetup(unsigned int xid, struct cifsSesInfo *ses,
83 const int stage, 82 const int stage,
84 const struct nls_table *nls_cp); 83 const struct nls_table *nls_cp);