]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/os/seastore: fix print_detail() of RetiredExtentPlaceholder
authorYingxin Cheng <yingxin.cheng@intel.com>
Tue, 29 Jun 2021 01:31:49 +0000 (09:31 +0800)
committerYingxin Cheng <yingxin.cheng@intel.com>
Thu, 1 Jul 2021 02:15:21 +0000 (10:15 +0800)
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
src/crimson/os/seastore/cached_extent.h

index 856791800b94a3630f5cb96820c5370ce35f07e9..a5dde1a869e8355f7b58e2628c5d2639fc2c671e 100644 (file)
@@ -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 {