]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cls_rgw: olh init op
authorYehuda Sadeh <yehuda@redhat.com>
Tue, 9 Sep 2014 23:37:45 +0000 (16:37 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Fri, 16 Jan 2015 22:33:50 +0000 (14:33 -0800)
Need an op to initialize olh when a new olh is created. It will set its
initial version and tag.

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/cls/rgw/cls_rgw_types.h

index ec025a521f16b02d0c0d1e2e8657dffc1908e053..0c8c9245f816d0decce42d0f3ebb26ed1b319fc1 100644 (file)
@@ -310,7 +310,7 @@ WRITE_CLASS_ENCODER(rgw_bucket_dir_entry)
 
 
 enum OLHLogOp {
-  CLS_RGW_OLH_OP_LINK_OLH = 1,
+  CLS_RGW_OLH_OP_LINK_OLH        = 1,
   CLS_RGW_OLH_OP_REMOVE_INSTANCE = 2,
 };