]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
Merge PR #22555 into master
authorPatrick Donnelly <pdonnell@redhat.com>
Thu, 16 Aug 2018 23:17:42 +0000 (16:17 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Thu, 16 Aug 2018 23:17:42 +0000 (16:17 -0700)
commit769a93f4ecd4d4c30d0cbf55342a0c3c5730438f
tree52874520131e3a7ceba6fb4f328215bb5a474d79
parentacd02343f4ab49477182fd1c79cadacda53148f6
parentc0d3e5b3da8ebb81266b6470d0c15c13dae8238c
Merge PR #22555 into master

* refs/pull/22555/head:
msg: define MFoo::create helper
msg: add msgref cast method
msg: cleanup factory/ref definition in messages
mds: use message factory to avoid leaks
msg: add factory method to correctly construct smart_ptr
mds: remove dead MDS-MDS forwarding code
mds: manage Message lifetime with intrusive_ptr
common: add templated Context factory
msg: add const version of get_payload
msg: use queue of messages for dispatch
msg: dispatch intrusive_ptr Messages
msg: use deque for dispatcher pointers

Reviewed-by: Zheng Yan <zyan@redhat.com>