X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fos%2Fkstore%2FKStore.h;fp=ceph%2Fsrc%2Fos%2Fkstore%2FKStore.h;h=d7d95acdfbde5bcdc8801ab899910eb7770a4c2e;hb=20effc670b57271cb089376d6d0800990e5218d5;hp=b76b4dcfb36abe48a38945fd4b5dcb5d30b70e41;hpb=a71831dadd1e1f3e0fa70405511f65cc33db0498;p=ceph.git diff --git a/ceph/src/os/kstore/KStore.h b/ceph/src/os/kstore/KStore.h index b76b4dcfb..d7d95acdf 100644 --- a/ceph/src/os/kstore/KStore.h +++ b/ceph/src/os/kstore/KStore.h @@ -26,7 +26,6 @@ #include "include/ceph_assert.h" #include "include/unordered_map.h" #include "common/Finisher.h" -#include "common/RWLock.h" #include "common/Throttle.h" #include "common/WorkQueue.h" #include "os/ObjectStore.h" @@ -487,7 +486,9 @@ public: using ObjectStore::getattr; int getattr(CollectionHandle& c, const ghobject_t& oid, const char *name, ceph::buffer::ptr& value) override; using ObjectStore::getattrs; - int getattrs(CollectionHandle& c, const ghobject_t& oid, std::map& aset) override; + int getattrs(CollectionHandle& c, + const ghobject_t& oid, + std::map>& aset) override; int list_collections(std::vector& ls) override; bool collection_exists(const coll_t& c) override;