commit | b2c96de7fe3cd306df039c89727cb137b89d82ef | [log] [tgz] |
---|---|---|
author | Ronnie Sahlberg <lsahlber@redhat.com> | Wed Aug 01 09:26:11 2018 +1000 |
committer | Steve French <stfrench@microsoft.com> | Tue Aug 07 14:21:18 2018 -0500 |
tree | 0c96ff5ea9879007c5a4ea9282939b4cf8eb9e25 | |
parent | 3de5e974ba65fd1629fb6ea0cb5222c78b1580ec [diff] |
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>