summaryrefslogtreecommitdiffstats
path: root/src/crimson/os/seastore/root_block.h
diff options
context:
space:
mode:
authorSamuel Just <sjust@redhat.com>2020-07-07 20:41:23 +0200
committerSamuel Just <sjust@redhat.com>2020-08-04 18:19:58 +0200
commit4750ca539f10487afac1fbd06ca8cd35a1773f82 (patch)
tree86cce8c8a8dfdb2aca2cee8c168242421cb1e840 /src/crimson/os/seastore/root_block.h
parentcrimson/os/seastore/lba_manager/btree: move BtreeLBAPin to btree_range_pin.h (diff)
downloadceph-4750ca539f10487afac1fbd06ca8cd35a1773f82.tar.xz
ceph-4750ca539f10487afac1fbd06ca8cd35a1773f82.zip
crimson/: add a meta field to FixedKVNodeLayout and use in LBANode*
Also removes LBANode::depth. Signed-off-by: Samuel Just <sjust@redhat.com>
Diffstat (limited to 'src/crimson/os/seastore/root_block.h')
-rw-r--r--src/crimson/os/seastore/root_block.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/crimson/os/seastore/root_block.h b/src/crimson/os/seastore/root_block.h
index 9a9a58c5b01..a5aac321144 100644
--- a/src/crimson/os/seastore/root_block.h
+++ b/src/crimson/os/seastore/root_block.h
@@ -7,8 +7,6 @@
namespace crimson::os::seastore {
-using depth_t = uint32_t;
-
/**
* root_t
*