mirror of
https://github.com/ceph/ceph
synced 2025-02-19 08:57:27 +00:00
ObjectStore: use ghobject_t for setattrs
Signed-off-by: Samuel Just <sam.just@inktank.com>
This commit is contained in:
parent
f2826fa2cf
commit
44b43df47f
@ -468,7 +468,7 @@ public:
|
||||
::encode(attrset, tbl);
|
||||
ops++;
|
||||
}
|
||||
void setattrs(coll_t cid, const hobject_t& oid, map<string,bufferlist>& attrset) {
|
||||
void setattrs(coll_t cid, const ghobject_t& oid, map<string,bufferlist>& attrset) {
|
||||
__u32 op = OP_SETATTRS;
|
||||
::encode(op, tbl);
|
||||
::encode(cid, tbl);
|
||||
|
Loading…
Reference in New Issue
Block a user