]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/os/kstore/KStore.cc
import quincy beta 17.1.0
[ceph.git] / ceph / src / os / kstore / KStore.cc
index 8f6b19bda38a291166430bba21161e4a6ec552a7..9526a756419cc80722afd44613544fa2ea28ad1c 100644 (file)
@@ -45,6 +45,7 @@
 
  */
 
+using std::less;
 using std::list;
 using std::make_pair;
 using std::map;
@@ -1362,7 +1363,7 @@ int KStore::getattr(
 int KStore::getattrs(
   CollectionHandle& ch,
   const ghobject_t& oid,
-  map<string,bufferptr>& aset)
+  map<string,bufferptr,less<>>& aset)
 {
   dout(15) << __func__ << " " << ch->cid << " " << oid << dendl;
   Collection *c = static_cast<Collection*>(ch.get());