]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - fs/cifs/smb2pdu.h
CIFS: Separate SMB2 sync header processing
[mirror_ubuntu-zesty-kernel.git] / fs / cifs / smb2pdu.h
index 8dd24b73d974068dc3982ea5f553bc0a05448e93..052342da484484dc4b87ba513340ef23bd02eb51 100644 (file)
@@ -117,6 +117,11 @@ struct smb2_sync_hdr {
        __u8   Signature[16];
 } __packed;
 
+struct smb2_sync_pdu {
+       struct smb2_sync_hdr sync_hdr;
+       __le16 StructureSize2; /* size of wct area (varies, request specific) */
+} __packed;
+
 struct smb2_hdr {
        __be32 smb2_buf_length; /* big endian on wire */
                                /* length is only two or three bytes - with */