]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
msg/async: remove static member variable 10440/head
authorKefu Chai <kchai@redhat.com>
Tue, 26 Jul 2016 05:27:01 +0000 (13:27 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 26 Jul 2016 05:27:03 +0000 (13:27 +0800)
commit76e7b693d7668614ef19cd0191d8b373aef4ebd4
tree93d5daefea5ae4c7f09461725886858c19393c4c
parent2dbff88acca908ada027560bb1f66872064bf5c8
msg/async: remove static member variable

msgr is part of libcommon. and the later is linked into both libcephfs
and librados. and hence into cephfs.so and rados.so. that's why we have
double free.

Fixes: http://tracker.ceph.com/issues/16686
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/msg/async/AsyncMessenger.cc