]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
fixup! crimson/os/seastore/btree: move lba/backref_map_val_t to the common header...
authorXuehan Xu <xuxuehan@qianxin.com>
Mon, 18 May 2026 06:41:54 +0000 (14:41 +0800)
committerXuehan Xu <xuxuehan@qianxin.com>
Sat, 23 May 2026 09:12:02 +0000 (17:12 +0800)
src/crimson/os/seastore/btree/btree_types.h

index 5ee1b5d68745c92ac381be8e8582c9ac4bdc5d23..0958e1933e4ebaec126e5e79167f0349d73fc8d1 100644 (file)
@@ -148,6 +148,7 @@ struct __attribute__((packed)) lba_map_val_le_t {
   explicit lba_map_val_le_t(const lba_map_val_t &val)
     : len(init_extent_len_le(val.len)),
       pladdr(pladdr_le_t(val.pladdr)),
+      shadow_paddr(paddr_le_t(val.shadow_paddr)),
       refcount(val.refcount),
       checksum(val.checksum),
       type(static_cast<extent_types_le_t>(val.type)) {}