]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/os/seastore/epm: fix an incorrect type
authorYingxin Cheng <yingxin.cheng@intel.com>
Tue, 23 Jul 2024 09:12:48 +0000 (17:12 +0800)
committerYingxin Cheng <yingxin.cheng@intel.com>
Mon, 29 Jul 2024 08:48:03 +0000 (16:48 +0800)
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
src/crimson/os/seastore/extent_placement_manager.cc

index fb8bafde96077298812dcf8f6e333027250c49dd..c0d2faa2503ee8b364aea308e487f1f185ab9110 100644 (file)
@@ -1033,7 +1033,7 @@ RandomBlockOolWriter::do_write(
       rbm->write(paddr + offset,
        bp
       ).handle_error(
-       alloc_write_iertr::pass_further{},
+       alloc_write_ertr::pass_further{},
        crimson::ct_error::assert_all{
          "Invalid error when writing record"}
       )