]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
msg/async: don't calculate msg header crc when not needed 7815/head
authorPiotr Dałek <piotr.dalek@ts.fujitsu.com>
Fri, 26 Feb 2016 09:18:11 +0000 (10:18 +0100)
committerPiotr Dałek <piotr.dalek@ts.fujitsu.com>
Fri, 26 Feb 2016 09:18:11 +0000 (10:18 +0100)
commitc9a40adfa1337edfa9323d57fef483d6d1055916
tree711bf50376e2af03d8800e61c4fd1d608c29d81a
parentb8131f893ae6f631debb8ca59e470ff919da7ec1
msg/async: don't calculate msg header crc when not needed

There was a missing condition that caused to calculate outgoing message
header CRC even if CRC checking was disabled in Ceph configuration.
This change fixes that.

Signed-off-by: Piotr Dałek <piotr.dalek@ts.fujitsu.com>
src/msg/async/AsyncConnection.cc