aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsproto.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r--fs/cifs/cifsproto.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h
index a17be2618473..5fbd6b9a64d9 100644
--- a/fs/cifs/cifsproto.h
+++ b/fs/cifs/cifsproto.h
@@ -184,9 +184,9 @@ extern int cifs_setup_session(const unsigned int xid, struct cifs_ses *ses,
184 struct nls_table *nls_info); 184 struct nls_table *nls_info);
185extern int CIFSSMBNegotiate(const unsigned int xid, struct cifs_ses *ses); 185extern int CIFSSMBNegotiate(const unsigned int xid, struct cifs_ses *ses);
186 186
187extern int CIFSTCon(unsigned int xid, struct cifs_ses *ses, 187extern int CIFSTCon(const unsigned int xid, struct cifs_ses *ses,
188 const char *tree, struct cifs_tcon *tcon, 188 const char *tree, struct cifs_tcon *tcon,
189 const struct nls_table *); 189 const struct nls_table *);
190 190
191extern int CIFSFindFirst(const int xid, struct cifs_tcon *tcon, 191extern int CIFSFindFirst(const int xid, struct cifs_tcon *tcon,
192 const char *searchName, const struct nls_table *nls_codepage, 192 const char *searchName, const struct nls_table *nls_codepage,
@@ -389,7 +389,7 @@ extern int CIFSSMBPosixLock(const int xid, struct cifs_tcon *tcon,
389 const loff_t start_offset, const __u64 len, 389 const loff_t start_offset, const __u64 len,
390 struct file_lock *, const __u16 lock_type, 390 struct file_lock *, const __u16 lock_type,
391 const bool waitFlag); 391 const bool waitFlag);
392extern int CIFSSMBTDis(const int xid, struct cifs_tcon *tcon); 392extern int CIFSSMBTDis(const unsigned int xid, struct cifs_tcon *tcon);
393extern int CIFSSMBEcho(struct TCP_Server_Info *server); 393extern int CIFSSMBEcho(struct TCP_Server_Info *server);
394extern int CIFSSMBLogoff(const unsigned int xid, struct cifs_ses *ses); 394extern int CIFSSMBLogoff(const unsigned int xid, struct cifs_ses *ses);
395 395