]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
fixup! crimson/os/seastore/btree_types: BtreeCursors don't hold local copies of lba...
authorXuehan Xu <xuxuehan@qianxin.com>
Mon, 8 Dec 2025 07:57:41 +0000 (15:57 +0800)
committerXuehan Xu <xuxuehan@qianxin.com>
Mon, 8 Dec 2025 07:57:41 +0000 (15:57 +0800)
src/crimson/tools/store_nbd/tm_driver.cc

index d70edda030a5f9904bfc17bcef98cf90c1503c8a..6a2f8059c6a2f0dbbbe4fe598b34e67280e1ec67 100644 (file)
@@ -76,10 +76,7 @@ TMDriver::read_extents_ret TMDriver::read_extents(
          pins.begin(),
          pins.end(),
          [this, &t, &ret](auto &&pin) {
-           logger().debug(
-             "read_extents: get_extent {}~{}",
-             pin.get_val(),
-             pin.get_length());
+           logger().debug("read_extents: get_extent {}", pin);
            return tm->read_pin<TestBlock>(
              t,
              std::move(pin)