]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/librbd/LibrbdWriteback.h
update sources to v12.1.0
[ceph.git] / ceph / src / librbd / LibrbdWriteback.h
index 9c47f98bc181bab76f420243d6d974c15fc85252..6ffba51197974d22e4ecbaeaa8b12a558b16b7a1 100644 (file)
@@ -24,7 +24,8 @@ namespace librbd {
     void read(const object_t& oid, uint64_t object_no,
               const object_locator_t& oloc, uint64_t off, uint64_t len,
               snapid_t snapid, bufferlist *pbl, uint64_t trunc_size,
-              __u32 trunc_seq, int op_flags, Context *onfinish) override;
+              __u32 trunc_seq, int op_flags,
+             const ZTracer::Trace &parent_trace, Context *onfinish) override;
 
     // Determine whether a read to this extent could be affected by a
     // write-triggered copy-on-write
@@ -37,6 +38,7 @@ namespace librbd {
                      const SnapContext& snapc, const bufferlist &bl,
                      ceph::real_time mtime, uint64_t trunc_size,
                      __u32 trunc_seq, ceph_tid_t journal_tid,
+                     const ZTracer::Trace &parent_trace,
                      Context *oncommit) override;
     using WritebackHandler::write;