ceph: only set message data pointers if non-empty
authorAlex Elder <elder@inktank.com>
Tue, 5 Mar 2013 04:29:57 +0000 (22:29 -0600)
committerSage Weil <sage@inktank.com>
Thu, 2 May 2013 04:16:41 +0000 (21:16 -0700)
Change it so we only assign outgoing data information for messages
if there is outgoing data to send.

This then allows us to add a few more (currently commented-out)
assertions.

This is related to:
    http://tracker.ceph.com/issues/4284

Signed-off-by: Alex Elder <elder@inktank.com>
Reviewed-by: Greg Farnum <greg@inktank.com>

No differences found