aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsproto.h
diff options
context:
space:
mode:
authorShirish Pargaonkar <shirishp@us.ibm.com>2007-10-03 14:22:19 -0400
committerSteve French <sfrench@us.ibm.com>2007-10-03 14:22:19 -0400
commitd0d66c443aefa51d5dbdd6a1d9b135a2a0e469cc (patch)
treee30ee8cac1bef527cbf9610a82c493e0002fd9c1 /fs/cifs/cifsproto.h
parenta8a11d399fc3c70f2aa645c7472235a06e8b8efa (diff)
[CIFS] CIFS ACL support (part 2)
Signed-off-by: Shirish Pargaonkar <shirishp@us.ibm.com> Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r--fs/cifs/cifsproto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h
index 7dbb79b8dd50..001f0dc7e60d 100644
--- a/fs/cifs/cifsproto.h
+++ b/fs/cifs/cifsproto.h
@@ -310,7 +310,7 @@ extern void setup_ntlmv2_rsp(struct cifsSesInfo *, char *,
310#ifdef CONFIG_CIFS_WEAK_PW_HASH 310#ifdef CONFIG_CIFS_WEAK_PW_HASH
311extern void calc_lanman_hash(struct cifsSesInfo *ses, char *lnm_session_key); 311extern void calc_lanman_hash(struct cifsSesInfo *ses, char *lnm_session_key);
312#endif /* CIFS_WEAK_PW_HASH */ 312#endif /* CIFS_WEAK_PW_HASH */
313extern int parse_sec_desc(struct cifs_ntsd *pntsd, int acl_len); 313extern int parse_sec_desc(struct cifs_ntsd *, int);
314extern int CIFSSMBCopy(int xid, 314extern int CIFSSMBCopy(int xid,
315 struct cifsTconInfo *source_tcon, 315 struct cifsTconInfo *source_tcon,
316 const char *fromName, 316 const char *fromName,