]> git.ipfire.org Git - people/ms/linux.git/commit - fs/cifs/cifsglob.h
cifs: update init_sg, crypt_message to take an array of rqst
authorRonnie Sahlberg <lsahlber@redhat.com>
Tue, 31 Jul 2018 23:26:11 +0000 (09:26 +1000)
committerSteve French <stfrench@microsoft.com>
Tue, 7 Aug 2018 19:21:18 +0000 (14:21 -0500)
commitb2c96de7fe3cd306df039c89727cb137b89d82ef
tree0c96ff5ea9879007c5a4ea9282939b4cf8eb9e25
parent3de5e974ba65fd1629fb6ea0cb5222c78b1580ec
cifs: update init_sg, crypt_message to take an array of rqst

These are used for SMB3 encryption and compounded requests.
Update these functions and the other functions related to SMB3 encryption to
take an array of requests.

Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com>
fs/cifs/cifsglob.h
fs/cifs/smb2ops.c
fs/cifs/transport.c