From da6a35689518599b381c285cd9505ab8d58f7c73 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Mon, 20 Feb 2023 18:55:08 -0500 Subject: Update bcachefs sources to 8e1519ccb6 bcachefs: Add tracepoint & counter for btree split race Signed-off-by: Kent Overstreet --- libbcachefs/ec.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'libbcachefs/ec.h') diff --git a/libbcachefs/ec.h b/libbcachefs/ec.h index d47da7d8..c9e4fb21 100644 --- a/libbcachefs/ec.h +++ b/libbcachefs/ec.h @@ -148,6 +148,10 @@ struct ec_stripe_new { struct ec_stripe_head *h; struct mutex lock; struct list_head list; + + struct hlist_node hash; + u64 idx; + struct closure iodone; /* counts in flight writes, stripe is created when pin == 0 */ @@ -200,7 +204,7 @@ void bch2_ec_bucket_cancel(struct bch_fs *, struct open_bucket *); int bch2_ec_stripe_new_alloc(struct bch_fs *, struct ec_stripe_head *); void bch2_ec_stripe_head_put(struct bch_fs *, struct ec_stripe_head *); -struct ec_stripe_head *bch2_ec_stripe_head_get(struct bch_fs *, +struct ec_stripe_head *bch2_ec_stripe_head_get(struct btree_trans *, unsigned, unsigned, unsigned, bool, struct closure *); void bch2_stripes_heap_update(struct bch_fs *, struct stripe *, size_t); @@ -213,8 +217,6 @@ void bch2_ec_stop_dev(struct bch_fs *, struct bch_dev *); void bch2_ec_flush_new_stripes(struct bch_fs *); -void bch2_stripes_heap_start(struct bch_fs *); - int bch2_stripes_read(struct bch_fs *); void bch2_stripes_heap_to_text(struct printbuf *, struct bch_fs *); -- cgit v1.2.3