From: myoungwon oh Date: Wed, 6 Mar 2024 00:46:37 +0000 (+0000) Subject: crimson/os/seastore: allow to remap the dirty extent X-Git-Tag: v19.1.1~389^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=34fbbc107cb161de9cef33cc1198d765f4b1524b;p=ceph.git crimson/os/seastore: allow to remap the dirty extent Signed-off-by: Myoungwon Oh (cherry picked from commit 728e564f6172d45310646b690c7c259a32520b49) --- diff --git a/src/crimson/os/seastore/transaction_manager.h b/src/crimson/os/seastore/transaction_manager.h index 640b98f79426..28524592eaef 100644 --- a/src/crimson/os/seastore/transaction_manager.h +++ b/src/crimson/os/seastore/transaction_manager.h @@ -459,8 +459,6 @@ public: (intermediate_base == L_ADDR_NULL) == (intermediate_key == L_ADDR_NULL)); if (ext) { - // FIXME: cannot and will not remap a dirty extent for now. - ceph_assert(!ext->is_dirty()); ceph_assert(!ext->is_mutable()); ceph_assert(ext->get_length() >= original_len); ceph_assert(ext->get_paddr() == original_paddr);