commit | d70b9104b1ca586f73aaf59426756cec3325a40e | [log] [tgz] |
---|---|---|
author | Pavel Shilovsky <pshilov@microsoft.com> | Thu Nov 17 16:20:18 2016 -0800 |
committer | Steve French <smfrench@gmail.com> | Wed Feb 01 16:46:36 2017 -0600 |
tree | 82a1466d1c5ce26254f350b8e18a434cb4fa52c0 | |
parent | 9b7c18a2d4b798963ea80f6769701dcc4c24b55e [diff] |
CIFS: Add copy into pages callback for a read operation Since we have two different types of reads (pagecache and direct) we need to process such responses differently after decryption of a packet. The change allows to specify a callback that copies a read payload data into preallocated pages. Signed-off-by: Pavel Shilovsky <pshilov@microsoft.com>