]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/crimson/os/cyanstore/cyan_object.h
import quincy beta 17.1.0
[ceph.git] / ceph / src / crimson / os / cyanstore / cyan_object.h
index f19b8721280f429ccab9f48fe2a1687183fc129b..624f9513a930e8afd43f9b71cc3b41d99bbd2cdf 100644 (file)
@@ -21,7 +21,7 @@ struct Object : public boost::intrusive_ref_counter<
   bufferlist data;
   // use transparent comparator for better performance, see
   // https://en.cppreference.com/w/cpp/utility/functional/less_void
-  std::map<std::string,bufferptr,std::less<>> xattr;
+  std::map<std::string,bufferlist,std::less<>> xattr;
   bufferlist omap_header;
   std::map<std::string,bufferlist> omap;