commit | 9b7c18a2d4b798963ea80f6769701dcc4c24b55e | [log] [tgz] |
---|---|---|
author | Pavel Shilovsky <pshilov@microsoft.com> | Wed Nov 16 14:06:17 2016 -0800 |
committer | Steve French <smfrench@gmail.com> | Wed Feb 01 16:46:36 2017 -0600 |
tree | 5bae0246771770c48892534805407b136a823066 | |
parent | 9bb17e0916a03ab901fb684e874d77a1e96b3d1e [diff] |
CIFS: Add mid handle callback We need to process read responses differently because the data should go directly into preallocated pages. This can be done by specifying a mid handle callback. Signed-off-by: Pavel Shilovsky <pshilov@microsoft.com>