]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd/PG: make on_removal() public
authorSage Weil <sage@redhat.com>
Mon, 18 Sep 2017 19:12:08 +0000 (14:12 -0500)
committerSage Weil <sage@redhat.com>
Fri, 6 Oct 2017 18:08:18 +0000 (13:08 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/PG.h

index 27f908003e5bde9c11c3bcfd20dd95e8f7fc4ad0..f92478f14503d6920196bbe8e1258cff0361c5f7 100644 (file)
@@ -495,6 +495,8 @@ public:
   virtual void agent_clear() = 0;
   virtual void agent_choose_mode_restart() = 0;
 
+  virtual void on_removal(ObjectStore::Transaction *t) = 0;
+
   void pg_remove_object(const ghobject_t& oid, ObjectStore::Transaction *t);
 
   // reference counting
@@ -2706,7 +2708,6 @@ protected:
 
   // recovery bits
   void take_waiters();
-  virtual void on_removal(ObjectStore::Transaction *t) = 0;
 
 
   // abstract bits