]> 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)
committerXuehan Xu <xxhdx1985126@gmail.com>
Fri, 14 Jul 2023 04:00:49 +0000 (12:00 +0800)
Signed-off-by: Xuehan Xu <xuxuehan@qianxin.com>
src/crimson/os/seastore/cache.h

index 3185c49012fc3a6b591e05be13fc53cf3201bec1..2981330a1781aaf84d6e44ebf6eb932298fc635d 100644 (file)
@@ -505,7 +505,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);