]> git.ipfire.org Git - thirdparty/linux.git/commit - fs/cifs/smb2pdu.h
CIFS: Separate RFC1001 length processing for SMB2 read
authorPavel Shilovsky <pshilov@microsoft.com>
Wed, 23 Nov 2016 23:31:54 +0000 (15:31 -0800)
committerSteve French <smfrench@gmail.com>
Wed, 1 Feb 2017 22:46:35 +0000 (16:46 -0600)
commitb8f57ee8aad414a3122bff72d7968a94baacb9b6
tree74d72b22c569ef6054e26e98b79d96f1f781592f
parentcb200bd6264a80c04e09e8635fa4f3901cabdaef
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>
fs/cifs/cifsproto.h
fs/cifs/smb2pdu.c
fs/cifs/smb2pdu.h
fs/cifs/transport.c