aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsglob.h
diff options
context:
space:
mode:
authorPavel Shilovsky <piastry@etersoft.ru>2012-02-28 06:04:17 -0500
committerPavel Shilovsky <piastry@etersoft.ru>2012-05-17 05:07:41 -0400
commit55157dfbb566e23e3c76489cb028fc82bd985ea1 (patch)
tree46f8284bce1d3d37f69c33731b637ea82fbffff5 /fs/cifs/cifsglob.h
parent106dc538abac88e804c63b7fe21ffb09cffaefc7 (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.h2
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
157struct mid_q_entry; 157struct mid_q_entry;
158struct TCP_Server_Info; 158struct TCP_Server_Info;
159struct cifsFileInfo;
159 160
160struct smb_version_operations { 161struct 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
165struct smb_version_values { 167struct smb_version_values {