commit | b8f57ee8aad414a3122bff72d7968a94baacb9b6 | [log] [tgz] |
---|---|---|
author | Pavel Shilovsky <pshilov@microsoft.com> | Wed Nov 23 15:31:54 2016 -0800 |
committer | Steve French <smfrench@gmail.com> | Wed Feb 01 16:46:35 2017 -0600 |
tree | 74d72b22c569ef6054e26e98b79d96f1f781592f | |
parent | cb200bd6264a80c04e09e8635fa4f3901cabdaef [diff] |
CIFS: Separate RFC1001 length processing for SMB2 read Allocate and initialize SMB2 read request without RFC1001 length field to directly call cifs_send_recv() rather than SendReceive2() in a read codepath. Signed-off-by: Pavel Shilovsky <pshilov@microsoft.com>