diff options
Diffstat (limited to 'libbcachefs/ec.h')
-rw-r--r-- | libbcachefs/ec.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libbcachefs/ec.h b/libbcachefs/ec.h index aba1e82b..d47da7d8 100644 --- a/libbcachefs/ec.h +++ b/libbcachefs/ec.h @@ -4,9 +4,10 @@ #include "ec_types.h" #include "buckets_types.h" +#include "extents_types.h" int bch2_stripe_invalid(const struct bch_fs *, struct bkey_s_c, - int rw, struct printbuf *); + unsigned, struct printbuf *); void bch2_stripe_to_text(struct printbuf *, struct bch_fs *, struct bkey_s_c); @@ -206,6 +207,8 @@ void bch2_stripes_heap_update(struct bch_fs *, struct stripe *, size_t); void bch2_stripes_heap_del(struct bch_fs *, struct stripe *, size_t); void bch2_stripes_heap_insert(struct bch_fs *, struct stripe *, size_t); +void bch2_do_stripe_deletes(struct bch_fs *); + void bch2_ec_stop_dev(struct bch_fs *, struct bch_dev *); void bch2_ec_flush_new_stripes(struct bch_fs *); |