diff options
Diffstat (limited to 'libbcachefs/ec.h')
-rw-r--r-- | libbcachefs/ec.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libbcachefs/ec.h b/libbcachefs/ec.h index a4c13d61..3e2b22c0 100644 --- a/libbcachefs/ec.h +++ b/libbcachefs/ec.h @@ -4,7 +4,6 @@ #include "ec_types.h" #include "buckets_types.h" -#include "keylist_types.h" int bch2_stripe_invalid(const struct bch_fs *, struct bkey_s_c, int rw, struct printbuf *); @@ -166,9 +165,6 @@ struct ec_stripe_new { open_bucket_idx_t blocks[BCH_BKEY_PTRS_MAX]; struct disk_reservation res; - struct keylist keys; - u64 inline_keys[BKEY_U64s * 8]; - struct ec_stripe_buf new_stripe; struct ec_stripe_buf existing_stripe; }; @@ -196,8 +192,6 @@ struct ec_stripe_head { int bch2_ec_read_extent(struct bch_fs *, struct bch_read_bio *); void *bch2_writepoint_ec_buf(struct bch_fs *, struct write_point *); -void bch2_ob_add_backpointer(struct bch_fs *, struct open_bucket *, - struct bkey *); void bch2_ec_bucket_written(struct bch_fs *, struct open_bucket *); void bch2_ec_bucket_cancel(struct bch_fs *, struct open_bucket *); |