diff options
author | Pavel Shilovsky <piastry@etersoft.ru> | 2012-02-28 06:04:17 -0500 |
---|---|---|
committer | Pavel Shilovsky <piastry@etersoft.ru> | 2012-05-17 05:07:41 -0400 |
commit | 55157dfbb566e23e3c76489cb028fc82bd985ea1 (patch) | |
tree | 46f8284bce1d3d37f69c33731b637ea82fbffff5 /fs/cifs/cifsglob.h | |
parent | 106dc538abac88e804c63b7fe21ffb09cffaefc7 (diff) |
CIFS: Separate protocol specific part from getlk
Signed-off-by: Pavel Shilovsky <piastry@etersoft.ru>
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 6943448c57e2..b6e97f8586d2 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h | |||
@@ -156,10 +156,12 @@ enum smb_version { | |||
156 | 156 | ||
157 | struct mid_q_entry; | 157 | struct mid_q_entry; |
158 | struct TCP_Server_Info; | 158 | struct TCP_Server_Info; |
159 | struct cifsFileInfo; | ||
159 | 160 | ||
160 | struct smb_version_operations { | 161 | struct smb_version_operations { |
161 | int (*send_cancel)(struct TCP_Server_Info *, void *, | 162 | int (*send_cancel)(struct TCP_Server_Info *, void *, |
162 | struct mid_q_entry *); | 163 | struct mid_q_entry *); |
164 | bool (*compare_fids)(struct cifsFileInfo *, struct cifsFileInfo *); | ||
163 | }; | 165 | }; |
164 | 166 | ||
165 | struct smb_version_values { | 167 | struct smb_version_values { |