CIFS: Pass page offset for encrypting
authorSteve French <stfrench@microsoft.com>
Tue, 5 Jun 2018 22:46:24 +0000 (17:46 -0500)
committerSteve French <stfrench@microsoft.com>
Tue, 5 Jun 2018 22:46:24 +0000 (17:46 -0500)
commitd5f07fb3ef12dee04d457d0fb2dee37e9b3276a1
tree3e0092a0829adccd929d068d65b2540ee612e9f2
parent4c0d2a5a64332c324d731963861d4a8bb71b7697
CIFS: Pass page offset for encrypting

Encryption function needs to read data starting page offset from input
buffer.

This doesn't affect decryption path since it allocates its own page
buffers.

Signed-off-by: Long Li <longli@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/smb2ops.c