diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-07-31 03:15:10 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2010-09-29 15:04:30 -0400 |
commit | 8bfb50a882ccd9804929876470f74edcb23d2326 (patch) | |
tree | ad4aa06e04fd2146edc4492aa8fbd3e87258356a /fs/cifs/cifsproto.h | |
parent | c69c1b6eaea1b3e1eecf7ad2fba0208ac4a11131 (diff) |
cifs: implement CIFSCouldBeMFSymlink() and CIFSCheckMFSymlink()
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r-- | fs/cifs/cifsproto.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h index 588612867451..8604a45c1107 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h | |||
@@ -409,4 +409,8 @@ extern int CIFSSMBSetPosixACL(const int xid, struct cifsTconInfo *tcon, | |||
409 | extern int CIFSGetExtAttr(const int xid, struct cifsTconInfo *tcon, | 409 | extern int CIFSGetExtAttr(const int xid, struct cifsTconInfo *tcon, |
410 | const int netfid, __u64 *pExtAttrBits, __u64 *pMask); | 410 | const int netfid, __u64 *pExtAttrBits, __u64 *pMask); |
411 | extern void cifs_autodisable_serverino(struct cifs_sb_info *cifs_sb); | 411 | extern void cifs_autodisable_serverino(struct cifs_sb_info *cifs_sb); |
412 | extern bool CIFSCouldBeMFSymlink(const struct cifs_fattr *fattr); | ||
413 | extern int CIFSCheckMFSymlink(struct cifs_fattr *fattr, | ||
414 | const unsigned char *path, | ||
415 | struct cifs_sb_info *cifs_sb, int xid); | ||
412 | #endif /* _CIFSPROTO_H */ | 416 | #endif /* _CIFSPROTO_H */ |