commit | 6ec0b01b2691d1465bb7219e031e8bf38ccd9397 | [log] [tgz] |
---|---|---|
author | Pavel Shilovsky <pshilovsky@samba.org> | Fri Jun 20 16:30:46 2014 +0400 |
committer | Steve French <smfrench@gmail.com> | Sat Aug 02 01:23:02 2014 -0500 |
tree | 739551116a7694306c4c081f762805f3a93a0ba4 | |
parent | 43de94eadf0ceda54509335343bdc1349a2c5ab3 [diff] |
CIFS: Fix wsize usage in iovec write If a server change maximum buffer size for write (wsize) requests on reconnect we can fail on repeating with a big size buffer on -EAGAIN error in iovec write. Fix this by checking wsize all the time before repeating request in iovec write. Reviewed-by: Shirish Pargaonkar <spargaonkar@suse.com> Signed-off-by: Pavel Shilovsky <pshilovsky@samba.org> Signed-off-by: Steve French <smfrench@gmail.com>