mirror of
https://github.com/ceph/ceph
synced 2026-08-02 07:03:18 +00:00
Merge pull request #69431 from xxhdx1985126/wip-seastore-fix-update_copied_lba_keys
crimson/os/seastore/transaction: clear copied_lba_keys on reset Reviewed-by: Ronen Friedman <rfriedma@redhat.com>
This commit is contained in:
commit
3d1ab305ef
@ -555,6 +555,8 @@ public:
|
||||
}
|
||||
get_handle().exit();
|
||||
views.clear();
|
||||
copied_lba_keys.clear();
|
||||
update_copied_lba_key = nullptr;
|
||||
}
|
||||
|
||||
bool did_reset() const {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user