]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/.../ops_executer: rename flush_changes_n_do_effects to flush_changes_and_submit
authorSamuel Just <sjust@redhat.com>
Fri, 15 Nov 2024 01:31:34 +0000 (01:31 +0000)
committerSamuel Just <sjust@redhat.com>
Fri, 13 Dec 2024 20:32:26 +0000 (12:32 -0800)
Signed-off-by: Samuel Just <sjust@redhat.com>
src/crimson/osd/ops_executer.h
src/crimson/osd/pg.cc

index a198ee483b4e6bd5370adb4bdb3679a8cda72738..920ef16fc2c8b438c10b84490e93dae95249fb16 100644 (file)
@@ -400,7 +400,7 @@ public:
   using rep_op_fut_t =
     interruptible_future<rep_op_fut_tuple>;
   template <typename MutFunc>
-  rep_op_fut_t flush_changes_n_do_ops_effects(
+  rep_op_fut_t flush_changes_and_submit(
     const std::vector<OSDOp>& ops,
     SnapMapper& snap_mapper,
     OSDriver& osdriver,
@@ -486,7 +486,7 @@ auto OpsExecuter::with_effect_on_obc(
 
 template <typename MutFunc>
 OpsExecuter::rep_op_fut_t
-OpsExecuter::flush_changes_n_do_ops_effects(
+OpsExecuter::flush_changes_and_submit(
   const std::vector<OSDOp>& ops,
   SnapMapper& snap_mapper,
   OSDriver& osdriver,
index c677961fe0fc47093d535a881cecae7636e9b067..3ec8f0e3ef42f07cc5a8d164e92c7996599f65b2 100644 (file)
@@ -1172,7 +1172,7 @@ PG::submit_executer_fut PG::submit_executer(
 
   auto [submitted, completed] = co_await std::move(
     ox
-  ).flush_changes_n_do_ops_effects(
+  ).flush_changes_and_submit(
     ops,
     snap_mapper,
     osdriver,