From 2a4b2e7d1401da185f59e2f73bf7b52fb8094a89 Mon Sep 17 00:00:00 2001 From: Yingxin Cheng Date: Mon, 29 Apr 2024 11:39:44 +0800 Subject: [PATCH] crimson/os/seastore: drop the impossible error eagain Signed-off-by: Yingxin Cheng --- src/crimson/os/seastore/seastore.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/crimson/os/seastore/seastore.h b/src/crimson/os/seastore/seastore.h index b276d0506d5bc..75dbaf54f35b5 100644 --- a/src/crimson/os/seastore/seastore.h +++ b/src/crimson/os/seastore/seastore.h @@ -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); }) -- 2.39.5