scoutfs-utils: remove radix _first fields

The recent cleanup of the radix allocator included removing tracking of
the first set bits or references in blocks.

Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
Zach Brown
2020-08-26 14:39:28 -07:00
committed by Zach Brown
parent ffc1e5aa86
commit 5f0dbc5f85
3 changed files with 12 additions and 29 deletions
-2
View File
@@ -167,8 +167,6 @@ struct scoutfs_key {
struct scoutfs_radix_block {
struct scoutfs_block_header hdr;
__le32 sm_first;
__le32 lg_first;
union {
struct scoutfs_radix_ref {
__le64 blkno;