diff options
author | Ronnie Sahlberg <lsahlber@redhat.com> | 2018-04-13 01:03:19 +0200 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2018-04-13 03:32:50 +0200 |
commit | 91cb74f5142c14dd921ab2d064b7b128054f9fae (patch) | |
tree | 2b919132f80918392ddd2d518dade730a2d6d981 /fs/cifs/smb2proto.h | |
parent | cifs: add resp_buf_size to the mid_q_entry structure (diff) | |
download | linux-91cb74f5142c14dd921ab2d064b7b128054f9fae.tar.xz linux-91cb74f5142c14dd921ab2d064b7b128054f9fae.zip |
cifs: Change SMB2_open to return an iov for the error parameter
Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <smfrench@gmail.com>
Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com>
Diffstat (limited to 'fs/cifs/smb2proto.h')
-rw-r--r-- | fs/cifs/smb2proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/smb2proto.h b/fs/cifs/smb2proto.h index cbcce3f7e86f..8ba24a95db71 100644 --- a/fs/cifs/smb2proto.h +++ b/fs/cifs/smb2proto.h @@ -122,7 +122,7 @@ 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_err_rsp **err_buf); + struct kvec *err_iov); 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, |