]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5d99ccae4ea77e86050da6d36df3574deeea9af7
tree0c96ff5ea9879007c5a4ea9282939b4cf8eb9e25
parent08ae003b44b2550c42010dbc8b689bca2ab870b5
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