diff options
author | Yingxin Cheng <yingxin.cheng@intel.com> | 2024-07-31 08:03:37 +0200 |
---|---|---|
committer | Yingxin Cheng <yingxin.cheng@intel.com> | 2024-08-01 09:21:41 +0200 |
commit | 563950f8b0d31d972e3fd762afcc7f1e9a6752b0 (patch) | |
tree | 3225d5026cc6080749c0c573a95786ee24dda638 /src/crimson/os/seastore/transaction_manager.cc | |
parent | Merge PR #51332 into main (diff) | |
download | ceph-563950f8b0d31d972e3fd762afcc7f1e9a6752b0.tar.xz ceph-563950f8b0d31d972e3fd762afcc7f1e9a6752b0.zip |
crimson/os/seastore: fix names get_extents_if_live
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
Diffstat (limited to 'src/crimson/os/seastore/transaction_manager.cc')
-rw-r--r-- | src/crimson/os/seastore/transaction_manager.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crimson/os/seastore/transaction_manager.cc b/src/crimson/os/seastore/transaction_manager.cc index b9768909735..1b309a03683 100644 --- a/src/crimson/os/seastore/transaction_manager.cc +++ b/src/crimson/os/seastore/transaction_manager.cc @@ -680,7 +680,7 @@ TransactionManager::get_extents_if_live( laddr_t laddr, extent_len_t len) { - LOG_PREFIX(TransactionManager::get_extent_if_live); + LOG_PREFIX(TransactionManager::get_extents_if_live); TRACET("{} {}~{} {}", t, type, laddr, len, paddr); // This only works with segments to check if alive, |