]> git.ipfire.org Git - people/ms/linux.git/commit - fs/cifs/transport.c
CIFS: Add mid handle callback
authorPavel Shilovsky <pshilov@microsoft.com>
Wed, 16 Nov 2016 22:06:17 +0000 (14:06 -0800)
committerSteve French <smfrench@gmail.com>
Wed, 1 Feb 2017 22:46:36 +0000 (16:46 -0600)
commit9b7c18a2d4b798963ea80f6769701dcc4c24b55e
tree5bae0246771770c48892534805407b136a823066
parent9bb17e0916a03ab901fb684e874d77a1e96b3d1e
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>
fs/cifs/cifsglob.h
fs/cifs/cifsproto.h
fs/cifs/cifssmb.c
fs/cifs/smb2pdu.c
fs/cifs/transport.c