Merge pull request #19684 from taoCH/wip-librgw-symbolic-link
[ceph.git] / src / rgw / rgw_file.h
index b44a954d631ecf8674df47ef0a476fe6dc0ed1f9..8702b0060dc83034029675067f171b85ea5a2415 100644 (file)
@@ -1298,7 +1298,7 @@ public:
       = static_cast<RGWObjectCtx*>(get_state()->obj_ctx);
     // framework promises to call op_init after parent init
     ceph_assert(rados_ctx);
-    RGWOp::init(rados_ctx->store, get_state(), this);
+    RGWOp::init(rados_ctx->get_store(), get_state(), this);
     op = this; // assign self as op: REQUIRED
     return 0;
   }
@@ -1434,7 +1434,7 @@ public:
       = static_cast<RGWObjectCtx*>(get_state()->obj_ctx);
     // framework promises to call op_init after parent init
     ceph_assert(rados_ctx);
-    RGWOp::init(rados_ctx->store, get_state(), this);
+    RGWOp::init(rados_ctx->get_store(), get_state(), this);
     op = this; // assign self as op: REQUIRED
     return 0;
   }
@@ -1606,7 +1606,7 @@ public:
       = static_cast<RGWObjectCtx*>(get_state()->obj_ctx);
     // framework promises to call op_init after parent init
     ceph_assert(rados_ctx);
-    RGWOp::init(rados_ctx->store, get_state(), this);
+    RGWOp::init(rados_ctx->get_store(), get_state(), this);
     op = this; // assign self as op: REQUIRED
     return 0;
   }
@@ -1691,7 +1691,7 @@ public:
       = static_cast<RGWObjectCtx*>(get_state()->obj_ctx);
     // framework promises to call op_init after parent init
     ceph_assert(rados_ctx);
-    RGWOp::init(rados_ctx->store, get_state(), this);
+    RGWOp::init(rados_ctx->get_store(), get_state(), this);
     op = this; // assign self as op: REQUIRED
     return 0;
   }
@@ -1755,7 +1755,7 @@ public:
       = static_cast<RGWObjectCtx*>(get_state()->obj_ctx);
     // framework promises to call op_init after parent init
     ceph_assert(rados_ctx);
-    RGWOp::init(rados_ctx->store, get_state(), this);
+    RGWOp::init(rados_ctx->get_store(), get_state(), this);
     op = this; // assign self as op: REQUIRED
     return 0;
   }
@@ -1813,7 +1813,7 @@ public:
       = static_cast<RGWObjectCtx*>(get_state()->obj_ctx);
     // framework promises to call op_init after parent init
     ceph_assert(rados_ctx);
-    RGWOp::init(rados_ctx->store, get_state(), this);
+    RGWOp::init(rados_ctx->get_store(), get_state(), this);
     op = this; // assign self as op: REQUIRED
 
     int rc = valid_s3_object_name(obj_name);
@@ -1911,7 +1911,7 @@ public:
       = static_cast<RGWObjectCtx*>(get_state()->obj_ctx);
     // framework promises to call op_init after parent init
     ceph_assert(rados_ctx);
-    RGWOp::init(rados_ctx->store, get_state(), this);
+    RGWOp::init(rados_ctx->get_store(), get_state(), this);
     op = this; // assign self as op: REQUIRED
     return 0;
   }
@@ -1997,7 +1997,7 @@ public:
       = static_cast<RGWObjectCtx*>(get_state()->obj_ctx);
     // framework promises to call op_init after parent init
     ceph_assert(rados_ctx);
-    RGWOp::init(rados_ctx->store, get_state(), this);
+    RGWOp::init(rados_ctx->get_store(), get_state(), this);
     op = this; // assign self as op: REQUIRED
     return 0;
   }
@@ -2079,7 +2079,7 @@ public:
       = static_cast<RGWObjectCtx*>(get_state()->obj_ctx);
     // framework promises to call op_init after parent init
     ceph_assert(rados_ctx);
-    RGWOp::init(rados_ctx->store, get_state(), this);
+    RGWOp::init(rados_ctx->get_store(), get_state(), this);
     op = this; // assign self as op: REQUIRED
     return 0;
   }
@@ -2160,7 +2160,7 @@ public:
       = static_cast<RGWObjectCtx*>(get_state()->obj_ctx);
     // framework promises to call op_init after parent init
     ceph_assert(rados_ctx);
-    RGWOp::init(rados_ctx->store, get_state(), this);
+    RGWOp::init(rados_ctx->get_store(), get_state(), this);
     op = this; // assign self as op: REQUIRED
     return 0;
   }
@@ -2230,7 +2230,7 @@ public:
       = static_cast<RGWObjectCtx*>(get_state()->obj_ctx);
     // framework promises to call op_init after parent init
     ceph_assert(rados_ctx);
-    RGWOp::init(rados_ctx->store, get_state(), this);
+    RGWOp::init(rados_ctx->get_store(), get_state(), this);
     op = this; // assign self as op: REQUIRED
     return 0;
   }
@@ -2353,7 +2353,7 @@ public:
       = static_cast<RGWObjectCtx*>(get_state()->obj_ctx);
     // framework promises to call op_init after parent init
     ceph_assert(rados_ctx);
-    RGWOp::init(rados_ctx->store, get_state(), this);
+    RGWOp::init(rados_ctx->get_store(), get_state(), this);
     op = this; // assign self as op: REQUIRED
     return 0;
   }
@@ -2448,7 +2448,7 @@ public:
       = static_cast<RGWObjectCtx*>(get_state()->obj_ctx);
     // framework promises to call op_init after parent init
     ceph_assert(rados_ctx);
-    RGWOp::init(rados_ctx->store, get_state(), this);
+    RGWOp::init(rados_ctx->get_store(), get_state(), this);
     op = this; // assign self as op: REQUIRED
 
     return 0;
@@ -2531,7 +2531,7 @@ public:
       = static_cast<RGWObjectCtx*>(get_state()->obj_ctx);
     // framework promises to call op_init after parent init
     ceph_assert(rados_ctx);
-    RGWOp::init(rados_ctx->store, get_state(), this);
+    RGWOp::init(rados_ctx->get_store(), get_state(), this);
     op = this; // assign self as op: REQUIRED
     return 0;
   }
@@ -2584,7 +2584,7 @@ public:
       = static_cast<RGWObjectCtx*>(get_state()->obj_ctx);
     // framework promises to call op_init after parent init
     ceph_assert(rados_ctx);
-    RGWOp::init(rados_ctx->store, get_state(), this);
+    RGWOp::init(rados_ctx->get_store(), get_state(), this);
     op = this; // assign self as op: REQUIRED
     return 0;
   }