]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr: fix message refcounting
authorJohn Spray <john.spray@redhat.com>
Thu, 20 Apr 2017 21:15:51 +0000 (17:15 -0400)
committerKefu Chai <kchai@redhat.com>
Sun, 30 Apr 2017 02:30:03 +0000 (10:30 +0800)
commitf79ae2504ad5355d20b137019afddb4d3f3cd204
tree2bc26a8e97142781b368bcafcbfeffc432b23318
parentb1e5d492d684b5a28b0009301bf894531c53f3b9
mgr: fix message refcounting

Let's be consistent and push the m->put down into
the handle_(M<class>* m) functions the way
we do in the rest of the codebase.

Signed-off-by: John Spray <john.spray@redhat.com>
src/mgr/Mgr.cc
src/mgr/MgrStandby.cc