]> asedeno.scripts.mit.edu Git - linux.git/commit
CIFS: Pass page offset for calculating signature
authorLong Li <longli@microsoft.com>
Wed, 30 May 2018 19:48:03 +0000 (12:48 -0700)
committerSteve French <stfrench@microsoft.com>
Tue, 5 Jun 2018 22:44:30 +0000 (17:44 -0500)
commit4c0d2a5a64332c324d731963861d4a8bb71b7697
tree38b062d0beb92905e744b970c25cedb27b4cb5ba
parent7cf20bce77581bb72af72835e73c9a47d4346b70
CIFS: Pass page offset for calculating signature

When calculating signature for the packet, it needs to read into the
correct page offset for the data.

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