]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
os/ObjectStore: fix RMATTRS encoding
authorSage Weil <sage@inktank.com>
Wed, 23 Oct 2013 00:12:18 +0000 (17:12 -0700)
committerSage Weil <sage@inktank.com>
Fri, 25 Oct 2013 19:49:51 +0000 (12:49 -0700)
Apparently nobody uses this!

Signed-off-by: Sage Weil <sage@inktank.com>
src/os/ObjectStore.h

index 07473b344f54cde97558935d9f819e669e95fdc9..baa35aa7e831e2485a80362123a04eb9e15e53f8 100644 (file)
@@ -499,7 +499,7 @@ public:
       ops++;
     }
     void rmattrs(coll_t cid, const ghobject_t& oid) {
-      __u32 op = OP_RMATTR;
+      __u32 op = OP_RMATTRS;
       ::encode(op, tbl);
       ::encode(cid, tbl);
       ::encode(oid, tbl);