]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: mark purge queue protected members private
authorPatrick Donnelly <pdonnell@redhat.com>
Wed, 15 Jan 2020 23:52:50 +0000 (15:52 -0800)
committerPatrick Donnelly <pdonnell@redhat.com>
Tue, 21 Jan 2020 01:06:18 +0000 (17:06 -0800)
Nothing inherits from PQ.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/mds/PurgeQueue.h

index 6bad53d994dab49f1c92739f2b96455fd5e37223..c1c6c10202e7d20ef6bf2b5fe634ec190490f378 100644 (file)
@@ -152,7 +152,7 @@ public:
 
   void handle_conf_change(const std::set<std::string>& changed, const MDSMap& mds_map);
 
-protected:
+private:
   uint32_t _calculate_ops(const PurgeItem &item) const;
 
   bool _can_consume();