]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbe1368e623b80926b61953acad8de97c97168b04
tree3e0092a0829adccd929d068d65b2540ee612e9f2
parentbc993c9abfb845b25de733b42794549329eb0edf
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