]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/os/seastore: drop the impossible error eagain 57661/head
authorYingxin Cheng <yingxin.cheng@intel.com>
Mon, 29 Apr 2024 03:39:44 +0000 (11:39 +0800)
committerMatan Breizman <mbreizma@redhat.com>
Thu, 23 May 2024 14:11:11 +0000 (17:11 +0300)
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
(cherry picked from commit 2a4b2e7d1401da185f59e2f73bf7b52fb8094a89)

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);
            })