From: Sage Weil Date: Mon, 18 Sep 2017 19:04:14 +0000 (-0500) Subject: osd/PG: make sched_scrub() public X-Git-Tag: v13.0.1~634^2~16 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=24af955d021bac2f6cc01cfdea68677bc868bd7b;p=ceph-ci.git osd/PG: make sched_scrub() public Signed-off-by: Sage Weil --- diff --git a/src/osd/PG.h b/src/osd/PG.h index 65fb5afd73f..3443e9ae906 100644 --- a/src/osd/PG.h +++ b/src/osd/PG.h @@ -466,6 +466,7 @@ public: bool get_must_scrub() const { return scrubber.must_scrub; } + bool sched_scrub(); virtual void do_request( OpRequestRef& op, @@ -1638,7 +1639,6 @@ protected: void scrub_reserve_replicas(); void scrub_unreserve_replicas(); bool scrub_all_replicas_reserved() const; - bool sched_scrub(); void replica_scrub( OpRequestRef op,