diff options
Diffstat (limited to 'fs/cifs/smb2proto.h')
| -rw-r--r-- | fs/cifs/smb2proto.h | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/fs/cifs/smb2proto.h b/fs/cifs/smb2proto.h index e9ab5227e7a8..05287b01f596 100644 --- a/fs/cifs/smb2proto.h +++ b/fs/cifs/smb2proto.h @@ -125,8 +125,7 @@ extern int SMB2_open(const unsigned int xid, struct cifs_open_parms *oparms,  		     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, bool use_ipc, -		     char *in_data, u32 indatalen, +		     bool is_fsctl, char *in_data, u32 indatalen,  		     char **out_data, u32 *plen /* returned data len */);  extern int SMB2_close(const unsigned int xid, struct cifs_tcon *tcon,  		      u64 persistent_file_id, u64 volatile_file_id); |