From: Samuel Just Date: Mon, 16 Dec 2013 23:40:04 +0000 (-0800) Subject: ObjectStore: use ghobject_t for setattrs X-Git-Tag: v0.78~163^2~40 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=44b43df47fd7e0b9e6141a8e4700e2efc7cf481d;p=ceph.git ObjectStore: use ghobject_t for setattrs Signed-off-by: Samuel Just --- diff --git a/src/os/ObjectStore.h b/src/os/ObjectStore.h index ef17db42152f..f9c937b07455 100644 --- a/src/os/ObjectStore.h +++ b/src/os/ObjectStore.h @@ -468,7 +468,7 @@ public: ::encode(attrset, tbl); ops++; } - void setattrs(coll_t cid, const hobject_t& oid, map& attrset) { + void setattrs(coll_t cid, const ghobject_t& oid, map& attrset) { __u32 op = OP_SETATTRS; ::encode(op, tbl); ::encode(cid, tbl);