]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
PrimaryLogPG: cleanup do_sub_op and do_sub_op_reply 19495/head
authorEnming Zhang <enming.zhang@umcloud.com>
Wed, 13 Dec 2017 15:05:44 +0000 (23:05 +0800)
committerEnming Zhang <enming.zhang@umcloud.com>
Wed, 13 Dec 2017 15:05:44 +0000 (23:05 +0800)
The related code has been cleaned in https://github.com/ceph/ceph/pull/17247,
but it seems something was missed.

Signed-off-by: Enming Zhang <enming.zhang@umcloud.com>
src/osd/PrimaryLogPG.h

index 03b033d599d55a6cc5a263e15609ae77105c7cc6..36cc06fc96803464afae19f8f58497434f316f1f 100644 (file)
@@ -1438,8 +1438,6 @@ public:
   void record_write_error(OpRequestRef op, const hobject_t &soid,
                          MOSDOpReply *orig_reply, int r);
   void do_pg_op(OpRequestRef op);
-  void do_sub_op(OpRequestRef op);
-  void do_sub_op_reply(OpRequestRef op);
   void do_scan(
     OpRequestRef op,
     ThreadPool::TPHandle &handle);