From: Danny Al-Gaaf Date: Wed, 27 Mar 2013 10:05:11 +0000 (+0100) Subject: MDS.cc: remove double is_clientreplay() check in active_start() X-Git-Tag: v0.62~166^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F152%2Fhead;p=ceph.git MDS.cc: remove double is_clientreplay() check in active_start() Signed-off-by: Danny Al-Gaaf --- diff --git a/src/mds/MDS.cc b/src/mds/MDS.cc index bb1c833c3bc..850225668d5 100644 --- a/src/mds/MDS.cc +++ b/src/mds/MDS.cc @@ -1504,7 +1504,7 @@ void MDS::active_start() void MDS::recovery_done() { dout(1) << "recovery_done -- successful recovery!" << dendl; - assert(is_clientreplay() || is_active() || is_clientreplay()); + assert(is_clientreplay() || is_active()); // kick anchortable (resent AGREEs) if (mdsmap->get_tableserver() == whoami) {