mirror of
https://github.com/ceph/ceph
synced 2025-02-20 17:37:29 +00:00
mds: mark purge queue protected members private
Nothing inherits from PQ. Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
This commit is contained in:
parent
cac2b33c50
commit
761cc0ed78
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user