Skip to content

Commit 241d2c5

Browse files
authored
Merge pull request ceph#55977 from myoungwon/wip-allow-dirty-remap
crimson/os/seastore: allow to remap the dirty extent Reviewed-by: Xuehan Xu <[email protected]> Reviewed-by: Yingxin Cheng <[email protected]>
2 parents 0f82aa5 + 728e564 commit 241d2c5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/crimson/os/seastore/transaction_manager.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,8 +459,6 @@ class TransactionManager : public ExtentCallbackInterface {
459459
(intermediate_base == L_ADDR_NULL)
460460
== (intermediate_key == L_ADDR_NULL));
461461
if (ext) {
462-
// FIXME: cannot and will not remap a dirty extent for now.
463-
ceph_assert(!ext->is_dirty());
464462
ceph_assert(!ext->is_mutable());
465463
ceph_assert(ext->get_length() >= original_len);
466464
ceph_assert(ext->get_paddr() == original_paddr);

0 commit comments

Comments
 (0)