]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
crimson/os/seastore: drop the impossible error eagain
authorYingxin Cheng <yingxin.cheng@intel.com>
Mon, 29 Apr 2024 03:39:44 +0000 (11:39 +0800)
committerYingxin Cheng <yingxin.cheng@intel.com>
Mon, 29 Apr 2024 08:57:36 +0000 (16:57 +0800)
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
src/crimson/os/seastore/seastore.h

index b276d0506d5bc5cd34809b7fd62ea981a4b5a2ba..75dbaf54f35b5a7f43b164e0a0f04a1ad9e41dd2 100644 (file)
@@ -255,7 +255,6 @@ public:
            ctx.reset_preserve_handle(*transaction_manager);
            return std::invoke(f, ctx);
          }).handle_error(
-           crimson::ct_error::eagain::pass_further{},
            crimson::ct_error::all_same_way([&ctx](auto e) {
              on_error(ctx.ext_transaction);
            })