commit | d913ed17f0a7d74e2847695bc920d77a33f2490b | [log] [tgz] |
---|---|---|
author | Pavel Shilovsky <pshilovsky@samba.org> | Thu Jul 10 11:31:48 2014 +0400 |
committer | Steve French <smfrench@gmail.com> | Sat Aug 02 01:23:04 2014 -0500 |
tree | 2c511ecc0304b341b370834fc989d4b9d3c42d60 | |
parent | fb8a3e52559ad52829c6838d304f5b75c140b97a [diff] |
CIFS: Optimize cifs_user_read() in a short read case on reconnects 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>