diff options
author | Pavel Shilovsky <pshilovsky@samba.org> | 2012-05-23 06:31:03 -0400 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2012-07-24 01:32:25 -0400 |
commit | 316cf94a910f6f93d43cc574359d163ccae098a3 (patch) | |
tree | 8a3b54eab2154f843a7040ac40920d4c17600415 /fs/cifs/cifsglob.h | |
parent | 7659624ffb550d69c87f9af9ae63e717daa874bd (diff) |
CIFS: Move trans2 processing to ops struct
Reviewed-by: Jeff Layton <jlayton@samba.org>
Signed-off-by: Pavel Shilovsky <pshilovsky@samba.org>
Signed-off-by: Steve French <smfrench@gmail.com>
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 { |