mds: mark purge queue protected members private

Nothing inherits from PQ.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
This commit is contained in:
Patrick Donnelly 2020-01-15 15:52:50 -08:00
parent cac2b33c50
commit 761cc0ed78
No known key found for this signature in database
GPG Key ID: 3A2A7E25BEA8AADB

View 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();