aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsglob.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/cifs/cifsglob.h')
-rw-r--r--fs/cifs/cifsglob.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h
index 340dce0ed07b..5e4d1c56767d 100644
--- a/fs/cifs/cifsglob.h
+++ b/fs/cifs/cifsglob.h
@@ -173,6 +173,9 @@ struct smb_version_operations {
173 /* setup request: allocate mid, sign message */ 173 /* setup request: allocate mid, sign message */
174 int (*setup_request)(struct cifs_ses *, struct kvec *, unsigned int, 174 int (*setup_request)(struct cifs_ses *, struct kvec *, unsigned int,
175 struct mid_q_entry **); 175 struct mid_q_entry **);
176 /* setup async request: allocate mid, sign message */
177 int (*setup_async_request)(struct TCP_Server_Info *, struct kvec *,
178 unsigned int, struct mid_q_entry **);
176 /* check response: verify signature, map error */ 179 /* check response: verify signature, map error */
177 int (*check_receive)(struct mid_q_entry *, struct TCP_Server_Info *, 180 int (*check_receive)(struct mid_q_entry *, struct TCP_Server_Info *,
178 bool); 181 bool);