From: Yingxin Cheng Date: Tue, 29 Jun 2021 01:31:49 +0000 (+0800) Subject: crimson/os/seastore: fix print_detail() of RetiredExtentPlaceholder X-Git-Tag: v17.1.0~1508^2~8 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=91e91e5dca228610b2ee100b32a887c0683b0fe4;p=ceph.git crimson/os/seastore: fix print_detail() of RetiredExtentPlaceholder Signed-off-by: Yingxin Cheng --- diff --git a/src/crimson/os/seastore/cached_extent.h b/src/crimson/os/seastore/cached_extent.h index 856791800b94..a5dde1a869e8 100644 --- a/src/crimson/os/seastore/cached_extent.h +++ b/src/crimson/os/seastore/cached_extent.h @@ -740,7 +740,7 @@ public: } std::ostream &print_detail(std::ostream &out) const final { - return out << "RetiredExtentPlaceholder"; + return out << ", RetiredExtentPlaceholder"; } void on_delta_write(paddr_t record_block_offset) final {