summaryrefslogtreecommitdiffstats
path: root/src/crimson/os/seastore/root_block.h
diff options
context:
space:
mode:
authormyoungwon oh <ohmyoungwon@gmail.com>2021-12-03 08:18:10 +0100
committermyoungwon oh <ohmyoungwon@gmail.com>2022-01-18 10:24:43 +0100
commitc93d0b7b1e7be2e3879ec384a951edb247a9f775 (patch)
treefb5a42b7ffaff4d4187fb08cc2baf4992ce09477 /src/crimson/os/seastore/root_block.h
parentMerge pull request #44591 from athanatos/sjust/wip-seastore-flush (diff)
downloadceph-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.h2
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;