diff options
author | myoungwon oh <ohmyoungwon@gmail.com> | 2021-12-03 08:18:10 +0100 |
---|---|---|
committer | myoungwon oh <ohmyoungwon@gmail.com> | 2022-01-18 10:24:43 +0100 |
commit | c93d0b7b1e7be2e3879ec384a951edb247a9f775 (patch) | |
tree | fb5a42b7ffaff4d4187fb08cc2baf4992ce09477 /src/crimson/os/seastore/root_block.h | |
parent | Merge pull request #44591 from athanatos/sjust/wip-seastore-flush (diff) | |
download | ceph-c93d0b7b1e7be2e3879ec384a951edb247a9f775.tar.xz ceph-c93d0b7b1e7be2e3879ec384a951edb247a9f775.zip |
seastore: rename segment_off_t to seastore_off_t
Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
Diffstat (limited to 'src/crimson/os/seastore/root_block.h')
-rw-r--r-- | src/crimson/os/seastore/root_block.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crimson/os/seastore/root_block.h b/src/crimson/os/seastore/root_block.h index 3144edb8251..e0484c1cb05 100644 --- a/src/crimson/os/seastore/root_block.h +++ b/src/crimson/os/seastore/root_block.h @@ -33,7 +33,7 @@ namespace crimson::os::seastore { * mutation which changes the journal trim bound. */ struct RootBlock : CachedExtent { - constexpr static segment_off_t SIZE = 4<<10; + constexpr static seastore_off_t SIZE = 4<<10; using Ref = TCachedExtentRef<RootBlock>; root_t root; |