From: Radoslaw Zarzynski Date: Fri, 20 Nov 2020 13:44:15 +0000 (+0100) Subject: crimson: drop the declared but undefined PG::do_pgnls(). X-Git-Tag: v17.0.0~560^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F38214%2Fhead;p=ceph.git crimson: drop the declared but undefined PG::do_pgnls(). `PgOpsExecuter` takes care; it's not not a responsibility of `PG` anymore. Signed-off-by: Radoslaw Zarzynski --- diff --git a/src/crimson/osd/pg.h b/src/crimson/osd/pg.h index 0e2fc61317af2..0a67a3bdf5a5b 100644 --- a/src/crimson/osd/pg.h +++ b/src/crimson/osd/pg.h @@ -536,9 +536,6 @@ private: ObjectContextRef obc, const OpInfo &op_info); seastar::future> do_pg_ops(Ref m); - seastar::future do_pgnls(ceph::bufferlist& indata, - const std::string& nspace, - uint64_t limit); seastar::future<> submit_transaction(const OpInfo& op_info, const std::vector& ops, ObjectContextRef&& obc,