aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2proto.h
diff options
context:
space:
mode:
authorPavel Shilovsky <pshilovsky@samba.org>2013-08-14 11:25:21 -0400
committerSteve French <smfrench@gmail.com>2013-09-08 15:27:34 -0400
commitb42bf88828cde60772dc08201d0a4f1a0663d7bc (patch)
tree3b019e905c83aba6578b56ae5a49669f59db23cf /fs/cifs/smb2proto.h
parent3ae35cde67c1ec50267bcc55d81f4953b5f637c2 (diff)
CIFS: Implement follow_link for SMB2
that allows to access files through symlink created on a server. Acked-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Pavel Shilovsky <pshilovsky@samba.org> Signed-off-by: Steve French <smfrench@gmail.com>
Diffstat (limited to 'fs/cifs/smb2proto.h')
-rw-r--r--fs/cifs/smb2proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/cifs/smb2proto.h b/fs/cifs/smb2proto.h
index 1a5ecbed40ed..1db89fda1392 100644
--- a/fs/cifs/smb2proto.h
+++ b/fs/cifs/smb2proto.h
@@ -106,7 +106,8 @@ extern int SMB2_tcon(const unsigned int xid, struct cifs_ses *ses,
106extern int SMB2_tdis(const unsigned int xid, struct cifs_tcon *tcon); 106extern int SMB2_tdis(const unsigned int xid, struct cifs_tcon *tcon);
107extern int SMB2_open(const unsigned int xid, struct cifs_open_parms *oparms, 107extern int SMB2_open(const unsigned int xid, struct cifs_open_parms *oparms,
108 __le16 *path, __u8 *oplock, 108 __le16 *path, __u8 *oplock,
109 struct smb2_file_all_info *buf); 109 struct smb2_file_all_info *buf,
110 struct smb2_err_rsp **err_buf);
110extern int SMB2_ioctl(const unsigned int xid, struct cifs_tcon *tcon, 111extern int SMB2_ioctl(const unsigned int xid, struct cifs_tcon *tcon,
111 u64 persistent_fid, u64 volatile_fid, u32 opcode, 112 u64 persistent_fid, u64 volatile_fid, u32 opcode,
112 bool is_fsctl, char *in_data, u32 indatalen, 113 bool is_fsctl, char *in_data, u32 indatalen,