commit | da502f7df03d2d0b416775f92ae022f3f82bedd5 | [log] [tgz] |
---|---|---|
author | Pavel Shilovsky <pshilov@microsoft.com> | Tue Oct 25 11:38:47 2016 -0700 |
committer | Steve French <smfrench@gmail.com> | Wed Feb 01 16:46:34 2017 -0600 |
tree | 1b6914dea96f1b0c0935dd9d82acd28b41b9ecc5 | |
parent | 31473fc4f9653b73750d3792ffce6a6e1bdf0da7 [diff] |
CIFS: Make SendReceive2() takes resp iov Now SendReceive2 frees the first iov and returns a response buffer in it that increases a code complexity. Simplify this by making a caller responsible for freeing request buffer itself and returning a response buffer in a separate iov. Signed-off-by: Pavel Shilovsky <pshilov@microsoft.com>