From: Yingxin Cheng Date: Mon, 29 Apr 2024 03:39:44 +0000 (+0800) Subject: crimson/os/seastore: drop the impossible error eagain X-Git-Tag: v20.0.0~2063^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2a4b2e7d1401da185f59e2f73bf7b52fb8094a89;p=ceph.git crimson/os/seastore: drop the impossible error eagain Signed-off-by: Yingxin Cheng --- diff --git a/src/crimson/os/seastore/seastore.h b/src/crimson/os/seastore/seastore.h index b276d0506d5b..75dbaf54f35b 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); })