diff options
Diffstat (limited to 'fs/cifs/cifsglob.h')
-rw-r--r-- | fs/cifs/cifsglob.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index 825140170b1e..1001924f594a 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h | |||
@@ -175,6 +175,12 @@ struct smb_version_operations { | |||
175 | unsigned int (*read_data_length)(char *); | 175 | unsigned int (*read_data_length)(char *); |
176 | /* map smb to linux error */ | 176 | /* map smb to linux error */ |
177 | int (*map_error)(char *, bool); | 177 | int (*map_error)(char *, bool); |
178 | /* find mid corresponding to the response message */ | ||
179 | struct mid_q_entry * (*find_mid)(struct TCP_Server_Info *, char *); | ||
180 | void (*dump_detail)(void *); | ||
181 | /* verify the message */ | ||
182 | int (*check_message)(char *, unsigned int); | ||
183 | bool (*is_oplock_break)(char *, struct TCP_Server_Info *); | ||
178 | }; | 184 | }; |
179 | 185 | ||
180 | struct smb_version_values { | 186 | struct smb_version_values { |