]> 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>
Tue, 10 Feb 2026 02:58:42 +0000 (10:58 +0800)
src/crimson/os/seastore/cache.cc

index 6633f01ab78aa22bf35e1b97a45b2eb4e40ba483..ab891fc5747d117f268b1cac31af213d98509455 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);
     }