CIFS: Implement follow_link for SMB2
[deliverable/linux.git] / fs / cifs / smb2proto.h
index 1a5ecbed40edac9ae352a1baa2c162697712e9fd..1db89fda1392be62d8a5dd09e4f30bad54346f0d 100644 (file)
@@ -106,7 +106,8 @@ extern int SMB2_tcon(const unsigned int xid, struct cifs_ses *ses,
 extern int SMB2_tdis(const unsigned int xid, struct cifs_tcon *tcon);
 extern int SMB2_open(const unsigned int xid, struct cifs_open_parms *oparms,
                     __le16 *path, __u8 *oplock,
-                    struct smb2_file_all_info *buf);
+                    struct smb2_file_all_info *buf,
+                    struct smb2_err_rsp **err_buf);
 extern int SMB2_ioctl(const unsigned int xid, struct cifs_tcon *tcon,
                     u64 persistent_fid, u64 volatile_fid, u32 opcode,
                     bool is_fsctl, char *in_data, u32 indatalen,
This page took 0.026354 seconds and 5 git commands to generate.