CIFS: Optimize cifs_user_read() in a short read case on reconnects
authorPavel Shilovsky <pshilovsky@samba.org>
Thu, 10 Jul 2014 07:31:48 +0000 (11:31 +0400)
committerSteve French <smfrench@gmail.com>
Sat, 2 Aug 2014 06:23:04 +0000 (01:23 -0500)
by filling the output buffer with a data got from a partially received
response and requesting the remaining data from the server. This is
suitable for non-signed connections.

Signed-off-by: Pavel Shilovsky <pshilovsky@samba.org>
Signed-off-by: Steve French <smfrench@gmail.com>

No differences found