summaryrefslogtreecommitdiff
path: root/libbcachefs/ec_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'libbcachefs/ec_types.h')
-rw-r--r--libbcachefs/ec_types.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libbcachefs/ec_types.h b/libbcachefs/ec_types.h
index 2bf26d25..e2b02a82 100644
--- a/libbcachefs/ec_types.h
+++ b/libbcachefs/ec_types.h
@@ -11,15 +11,10 @@ struct bch_replicas_padded {
struct stripe {
size_t heap_idx;
-
u16 sectors;
u8 algorithm;
-
u8 nr_blocks;
u8 nr_redundant;
-
- unsigned alive:1; /* does a corresponding key exist in stripes btree? */
- unsigned on_heap:1;
u8 blocks_nonempty;
};