]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: drop useless sync_reset() calls
authorSage Weil <sage@inktank.com>
Tue, 30 Jul 2013 00:10:09 +0000 (17:10 -0700)
committerSage Weil <sage@inktank.com>
Tue, 30 Jul 2013 00:10:09 +0000 (17:10 -0700)
commit634dcf3362a068b0b459cc64bd31db7768a1388b
treed72eaef123b2a6d08ff2d50056af510776d12f43
parentf7d1902ccf9d5bb97cda626d718c3bb02f991a6d
mon: drop useless sync_reset() calls

These are both right before bootstrap(), which also resets.

Signed-off-by: Sage Weil <sage@inktank.com>
src/mon/Monitor.cc