]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcachefs/ec_types.h
Update bcachefs sources to 8e1519ccb6 bcachefs: Add tracepoint & counter for btree...
[bcachefs-tools-debian] / libbcachefs / ec_types.h
index 2bf26d254b2cdf53cc0f6af89ecec85e06d0327b..e2b02a82de321bb4612e79eb1034ed997e7f3f0f 100644 (file)
@@ -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;
 };