diff options
author | Ronnie Sahlberg <lsahlber@redhat.com> | 2018-06-01 03:53:08 +0300 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2018-06-03 02:36:26 +0300 |
commit | 8ce79ec359ad9f9d94aabf16c1ea5b8f28481c0f (patch) | |
tree | 1a723d4c75b30ccf4d407d6556ecf96db54c03e0 /fs/cifs/cifsglob.h | |
parent | 1fc6ad2f10ad6f597cbdb1f6f39b744ef3bb2ea6 (diff) | |
download | linux-8ce79ec359ad9f9d94aabf16c1ea5b8f28481c0f.tar.xz |
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.h | 2 |
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 { |