diff options
author | Pavel Shilovsky <pshilovsky@samba.org> | 2012-09-18 19:20:33 -0400 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2012-09-24 22:46:30 -0400 |
commit | 2e44b2887882134abf353b28867b82645e9f0856 (patch) | |
tree | 963236eb542e26b046960f72f9ec47ae8e339a76 /fs/cifs/cifsglob.h | |
parent | d324f08d6a87149597817f4496ef0f7ac185e8da (diff) |
CIFS: Process oplocks for SMB2
Signed-off-by: Pavel Shilovsky <piastryyy@gmail.com>
Signed-off-by: Steve French <smfrench@gmail.com>
Diffstat (limited to 'fs/cifs/cifsglob.h')
-rw-r--r-- | fs/cifs/cifsglob.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index 9adf211ca95a..3eb59ed6904a 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h | |||
@@ -328,6 +328,8 @@ struct smb_version_operations { | |||
328 | struct cifs_fid *); | 328 | struct cifs_fid *); |
329 | /* calculate a size of SMB message */ | 329 | /* calculate a size of SMB message */ |
330 | unsigned int (*calc_smb_size)(void *); | 330 | unsigned int (*calc_smb_size)(void *); |
331 | /* check for STATUS_PENDING and process it in a positive case */ | ||
332 | bool (*is_status_pending)(char *, struct TCP_Server_Info *, int); | ||
331 | }; | 333 | }; |
332 | 334 | ||
333 | struct smb_version_values { | 335 | struct smb_version_values { |