]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/os/seastore/seastore_types.h: remove extent_types_t::LBA_BLOCK
authorSamuel Just <sjust@redhat.com>
Thu, 11 Jun 2020 21:01:16 +0000 (14:01 -0700)
committerSamuel Just <sjust@redhat.com>
Fri, 19 Jun 2020 19:59:26 +0000 (12:59 -0700)
Unused, unsure why I added it.

Signed-off-by: Samuel Just <sjust@redhat.com>
src/crimson/os/seastore/seastore_types.h

index 50a82712644ae2c941baba051a481ad1d6738581..a64778904e3b790d712eb86d7c23a6f3e50bd02c 100644 (file)
@@ -208,8 +208,7 @@ enum class extent_types_t : uint8_t {
   ROOT = 1,
   LADDR_INTERNAL = 2,
   LADDR_LEAF = 3,
-  LBA_BLOCK = 4,
-  ONODE_BLOCK = 5,
+  ONODE_BLOCK = 4,
 
   // Test Block Types
   TEST_BLOCK = 0xF0,