]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
crimson/os/seastore/cache: correct log prefix for get_absent_extent()
authorXuehan Xu <xuxuehan@qianxin.com>
Fri, 14 Jul 2023 03:56:12 +0000 (11:56 +0800)
committerMatan Breizman <mbreizma@redhat.com>
Wed, 11 Oct 2023 11:45:23 +0000 (11:45 +0000)
Signed-off-by: Xuehan Xu <xuxuehan@qianxin.com>
(cherry picked from commit 5a563d63e754d5163424486dbd0d665165615794)

src/crimson/os/seastore/cache.h

index 9289dda0881b579a35fffd9c5f0a10aba3591a4f..6cd890a414cd49f7c4423b4af3d0b6e1983a8917 100644 (file)
@@ -475,7 +475,7 @@ public:
     extent_len_t length,
     Func &&extent_init_func) {
     CachedExtentRef ret;
-    LOG_PREFIX(Cache::get_extent);
+    LOG_PREFIX(Cache::get_absent_extent);
 
 #ifndef NDEBUG
     auto r = t.get_extent(offset, &ret);