]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
MDS: tick_event repeated assignment
authorhuanwen ren <rhwlyw@163.com>
Fri, 30 Jun 2017 09:53:45 +0000 (17:53 +0800)
committerGitHub <noreply@github.com>
Fri, 30 Jun 2017 09:53:45 +0000 (17:53 +0800)
commit227d28884696d8cc43e40432d73ce97ac556f61a
treead17a6708d65db59d0e4351408546b0605fa8c4d
parent916c5e3332058172d7ea2c0e3cde393ae17e03e0
MDS: tick_event repeated assignment

"tick_event" will be assign in the MDSDaemon::tick(), so this place is unnecessary

Signed-off-by: huanwen ren <ren.huanwen@zte.com.cn>
src/mds/MDSDaemon.cc