]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
fixup! crimson/os/seastore/cache: rewrite transactions don't invalidate other transac...
authorXuehan Xu <xuxuehan@qianxin.com>
Thu, 11 Dec 2025 06:54:41 +0000 (14:54 +0800)
committerXuehan Xu <xuxuehan@qianxin.com>
Fri, 23 Jan 2026 03:07:49 +0000 (11:07 +0800)
src/crimson/os/seastore/cache.cc

index 1f900f5b06a0b4b43ecb5eb9a54d1a005e03bb55..3704790de5c1d1c01a4f7582beffd1ae4439ca3d 100644 (file)
@@ -1464,7 +1464,6 @@ record_t Cache::prepare_record(
         // in order to handle this transparently
         extent->version = 0;
       }
-      touch_extent_fully(*extent, &trans_src, t.get_cache_hint());
     } else {
       commit_retire_extent(t, extent);
     }