mirror of
https://github.com/ceph/ceph
synced 2025-02-19 08:57:27 +00:00
Merge pull request #49298 from BryceCao/wip-fix-the-inheriting-class-member-is-passed-to-base-ctor
rgw : fix the inheriting class member is passed to base ctor Reviewed-by: Yuval Lifshitz <ylifshit@redhat.com>
This commit is contained in:
commit
72d7077b26
@ -2066,7 +2066,7 @@ public:
|
||||
RGWSI_MetaBackend_Handler::Op *_op, string& entry,
|
||||
RGWMetadataObject *_obj, RGWObjVersionTracker& objv_tracker,
|
||||
optional_yield y,
|
||||
RGWMDLogSyncType type, bool from_remote_zone) : RGWMetadataHandlerPut_SObj(_handler, _op, entry, obj, objv_tracker, y, type, from_remote_zone),
|
||||
RGWMDLogSyncType type, bool from_remote_zone) : RGWMetadataHandlerPut_SObj(_handler, _op, entry, _obj, objv_tracker, y, type, from_remote_zone),
|
||||
cct(_cct), bihandler(_handler) {
|
||||
obj = static_cast<RGWBucketInstanceMetadataObject *>(_obj);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user