mirror of
https://github.com/versity/scoutfs.git
synced 2026-09-13 03:24:21 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user