diff options
Diffstat (limited to 'fs/cifs/cifsglob.h')
-rw-r--r-- | fs/cifs/cifsglob.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index 6df0cbe1cbc9..2aac4e5fb334 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h | |||
@@ -187,6 +187,9 @@ struct smb_version_operations { | |||
187 | /* verify the message */ | 187 | /* verify the message */ |
188 | int (*check_message)(char *, unsigned int); | 188 | int (*check_message)(char *, unsigned int); |
189 | bool (*is_oplock_break)(char *, struct TCP_Server_Info *); | 189 | bool (*is_oplock_break)(char *, struct TCP_Server_Info *); |
190 | /* process transaction2 response */ | ||
191 | bool (*check_trans2)(struct mid_q_entry *, struct TCP_Server_Info *, | ||
192 | char *, int); | ||
190 | }; | 193 | }; |
191 | 194 | ||
192 | struct smb_version_values { | 195 | struct smb_version_values { |