]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
msg/async: make EventCenter notify file event creating when set_owner
authorHaomai Wang <haomai@xsky.com>
Wed, 29 Jun 2016 08:54:16 +0000 (16:54 +0800)
committerHaomai Wang <haomai@xsky.com>
Tue, 12 Jul 2016 15:48:32 +0000 (23:48 +0800)
commitf5d1c05b8fe16e45462ef4ec69739466a976b7ac
tree915969e4526bf3b2bca4fa7874343b4c1d2a0bef
parente66a48f854ada78a4b814d45878d650b3087a0b9
msg/async: make EventCenter notify file event creating when set_owner

EventCenter::init is called by other thread instead of event thread, so we
need to move create_file_event to set_owner which is called by event thread.

Signed-off-by: Haomai Wang <haomai@xsky.com>
src/msg/async/Event.cc