diff options
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r-- | fs/cifs/cifsproto.h | 8 |
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); |
185 | extern int CIFSSMBNegotiate(const unsigned int xid, struct cifs_ses *ses); | 185 | extern int CIFSSMBNegotiate(const unsigned int xid, struct cifs_ses *ses); |
186 | 186 | ||
187 | extern int CIFSTCon(unsigned int xid, struct cifs_ses *ses, | 187 | extern 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 | ||
191 | extern int CIFSFindFirst(const int xid, struct cifs_tcon *tcon, | 191 | extern 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); |
392 | extern int CIFSSMBTDis(const int xid, struct cifs_tcon *tcon); | 392 | extern int CIFSSMBTDis(const unsigned int xid, struct cifs_tcon *tcon); |
393 | extern int CIFSSMBEcho(struct TCP_Server_Info *server); | 393 | extern int CIFSSMBEcho(struct TCP_Server_Info *server); |
394 | extern int CIFSSMBLogoff(const unsigned int xid, struct cifs_ses *ses); | 394 | extern int CIFSSMBLogoff(const unsigned int xid, struct cifs_ses *ses); |
395 | 395 | ||