summaryrefslogtreecommitdiff
path: root/src/os/ObjectStore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/ObjectStore.h')
-rw-r--r--src/os/ObjectStore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/ObjectStore.h b/src/os/ObjectStore.h
index 69f3cb1fba7..6494290b541 100644
--- a/src/os/ObjectStore.h
+++ b/src/os/ObjectStore.h
@@ -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);