diff options
Diffstat (limited to 'fs/cifs/smb2proto.h')
-rw-r--r-- | fs/cifs/smb2proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/cifs/smb2proto.h b/fs/cifs/smb2proto.h index 48c5c61702f1..9f4e9ed9ce53 100644 --- a/fs/cifs/smb2proto.h +++ b/fs/cifs/smb2proto.h | |||
@@ -163,7 +163,8 @@ extern int SMB2_query_info(const unsigned int xid, struct cifs_tcon *tcon, | |||
163 | extern int SMB2_query_info_init(struct cifs_tcon *tcon, struct smb_rqst *rqst, | 163 | extern int SMB2_query_info_init(struct cifs_tcon *tcon, struct smb_rqst *rqst, |
164 | u64 persistent_fid, u64 volatile_fid, | 164 | u64 persistent_fid, u64 volatile_fid, |
165 | u8 info_class, u8 info_type, | 165 | u8 info_class, u8 info_type, |
166 | u32 additional_info, size_t output_len); | 166 | u32 additional_info, size_t output_len, |
167 | size_t input_len, void *input); | ||
167 | extern void SMB2_query_info_free(struct smb_rqst *rqst); | 168 | extern void SMB2_query_info_free(struct smb_rqst *rqst); |
168 | extern int SMB2_query_acl(const unsigned int xid, struct cifs_tcon *tcon, | 169 | extern int SMB2_query_acl(const unsigned int xid, struct cifs_tcon *tcon, |
169 | u64 persistent_file_id, u64 volatile_file_id, | 170 | u64 persistent_file_id, u64 volatile_file_id, |