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.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h
index b29a012bed33..b5ec2a268f56 100644
--- a/fs/cifs/cifsproto.h
+++ b/fs/cifs/cifsproto.h
@@ -357,13 +357,9 @@ extern int CIFSSMBUnixQuerySymLink(const unsigned int xid,
357 struct cifs_tcon *tcon, 357 struct cifs_tcon *tcon,
358 const unsigned char *searchName, char **syminfo, 358 const unsigned char *searchName, char **syminfo,
359 const struct nls_table *nls_codepage); 359 const struct nls_table *nls_codepage);
360#ifdef CONFIG_CIFS_SYMLINK_EXPERIMENTAL 360extern int CIFSSMBQuerySymLink(const unsigned int xid, struct cifs_tcon *tcon,
361extern int CIFSSMBQueryReparseLinkInfo(const unsigned int xid, 361 __u16 fid, char **symlinkinfo,
362 struct cifs_tcon *tcon, 362 const struct nls_table *nls_codepage);
363 const unsigned char *searchName,
364 char *symlinkinfo, const int buflen, __u16 fid,
365 const struct nls_table *nls_codepage);
366#endif /* temporarily unused until cifs_symlink fixed */
367extern int CIFSSMBOpen(const unsigned int xid, struct cifs_tcon *tcon, 363extern int CIFSSMBOpen(const unsigned int xid, struct cifs_tcon *tcon,
368 const char *fileName, const int disposition, 364 const char *fileName, const int disposition,
369 const int access_flags, const int omode, 365 const int access_flags, const int omode,
@@ -435,7 +431,7 @@ extern int setup_ntlm_response(struct cifs_ses *, const struct nls_table *);
435extern int setup_ntlmv2_rsp(struct cifs_ses *, const struct nls_table *); 431extern int setup_ntlmv2_rsp(struct cifs_ses *, const struct nls_table *);
436extern void cifs_crypto_shash_release(struct TCP_Server_Info *); 432extern void cifs_crypto_shash_release(struct TCP_Server_Info *);
437extern int calc_seckey(struct cifs_ses *); 433extern int calc_seckey(struct cifs_ses *);
438extern void generate_smb3signingkey(struct TCP_Server_Info *); 434extern int generate_smb3signingkey(struct cifs_ses *);
439 435
440#ifdef CONFIG_CIFS_WEAK_PW_HASH 436#ifdef CONFIG_CIFS_WEAK_PW_HASH
441extern int calc_lanman_hash(const char *password, const char *cryptkey, 437extern int calc_lanman_hash(const char *password, const char *cryptkey,