]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ReplicatedBackend.h: don't need to be active for pushes
authorSamuel Just <sam.just@inktank.com>
Tue, 15 Oct 2013 00:54:17 +0000 (17:54 -0700)
committerSamuel Just <sam.just@inktank.com>
Wed, 22 Jan 2014 22:38:25 +0000 (14:38 -0800)
Signed-off-by: Samuel Just <sam.just@inktank.com>
src/osd/ReplicatedBackend.cc

index 74b12ad4614c772ccc01f3acfbd9e592f942c6df..8f3156db14a7d7fbbc1fee0d1a83d12a466a21d4 100644 (file)
@@ -123,7 +123,6 @@ bool ReplicatedBackend::handle_message(
   dout(10) << __func__ << ": " << op << dendl;
   switch (op->get_req()->get_type()) {
   case MSG_OSD_PG_PUSH:
-    // TODOXXX: needs to be active possibly
     do_push(op);
     return true;
 
@@ -144,7 +143,6 @@ bool ReplicatedBackend::handle_message(
        sub_op_pull(op);
        return true;
       case CEPH_OSD_OP_PUSH:
-        // TODOXXX: needs to be active possibly
        sub_op_push(op);
        return true;
       default: