]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: kill redundant call of cancel_all_events()
authorxie xingguo <xie.xingguo@zte.com.cn>
Tue, 2 Aug 2016 05:45:26 +0000 (13:45 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Tue, 2 Aug 2016 22:21:07 +0000 (06:21 +0800)
commit9ce5028eea864407e7afb1bcc2786a9b892fff84
tree31abb7978ecbe7980036f14192b5ec3432d069d0
parent00b6fe11d2e385ce6c29bc3062037ec9c945c50c
osd: kill redundant call of cancel_all_events()

The agent_timer.shutdown() method will call cancel_all_events()
within in a more safe and elegant way, so we don't have to
call it explicitly here.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/osd/OSD.cc