commit | 84fb3adf6413862cff51d8af3fce5f0b655586a2 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@inktank.com> | Wed May 16 15:16:38 2012 -0500 |
committer | Alex Elder <elder@dreamhost.com> | Thu May 17 08:18:12 2012 -0500 |
tree | 348b9c1a0c0b3b15ef78ccd2caa942710fe3b4a7 | |
parent | d329156f16306449c273002486c28de3ddddfd89 [diff] |
ceph: messenger: reset connection kvec caller Reset a connection's kvec fields in the caller rather than in prepare_write_connect(). This ends up repeating a few lines of code but it's improving the separation between distinct operations on the connection, which we can take advantage of later. Signed-off-by: Alex Elder <elder@inktank.com> Reviewed-by: Sage Weil <sage@inktank.com>