summaryrefslogtreecommitdiff
path: root/fs/cifs/cifsglob.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <lsahlber@redhat.com>2018-06-01 10:53:08 +1000
committerSteve French <smfrench@gmail.com>2018-06-02 18:36:26 -0500
commit8ce79ec359ad9f9d94aabf16c1ea5b8f28481c0f (patch)
tree1a723d4c75b30ccf4d407d6556ecf96db54c03e0 /fs/cifs/cifsglob.h
parent1fc6ad2f10ad6f597cbdb1f6f39b744ef3bb2ea6 (diff)
cifs: update multiplex loop to handle compounded responses
Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com> Signed-off-by: Steve French <smfrench@gmail.com>
Diffstat (limited to 'fs/cifs/cifsglob.h')
-rw-r--r--fs/cifs/cifsglob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h
index 76a579a0dd43..5105ac5f90f5 100644
--- a/fs/cifs/cifsglob.h
+++ b/fs/cifs/cifsglob.h
@@ -458,7 +458,7 @@ struct smb_version_operations {
struct mid_q_entry **);
enum securityEnum (*select_sectype)(struct TCP_Server_Info *,
enum securityEnum);
-
+ int (*next_header)(char *);
};
struct smb_version_values {