From: Samuel Just Date: Thu, 11 Jun 2020 21:01:16 +0000 (-0700) Subject: crimson/os/seastore/seastore_types.h: remove extent_types_t::LBA_BLOCK X-Git-Tag: v16.1.0~1882^2~11 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3b870210b9ab23628776647d7f5f64ab0ea5cb4b;p=ceph.git crimson/os/seastore/seastore_types.h: remove extent_types_t::LBA_BLOCK Unused, unsure why I added it. Signed-off-by: Samuel Just --- diff --git a/src/crimson/os/seastore/seastore_types.h b/src/crimson/os/seastore/seastore_types.h index 50a82712644a..a64778904e3b 100644 --- a/src/crimson/os/seastore/seastore_types.h +++ b/src/crimson/os/seastore/seastore_types.h @@ -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,