From 99b12cd3a4cdd19985624b79a8c54716cad649bd Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Tue, 30 Nov 2021 15:27:31 -0500 Subject: Update bcachefs sources to 50d6a25d9c bcachefs: Erasure coding fixes --- libbcachefs/replicas.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libbcachefs/replicas.h') diff --git a/libbcachefs/replicas.h b/libbcachefs/replicas.h index 72ac544f..d237d7c5 100644 --- a/libbcachefs/replicas.h +++ b/libbcachefs/replicas.h @@ -48,12 +48,9 @@ replicas_delta_next(struct replicas_delta *d) return (void *) d + replicas_entry_bytes(&d->r) + 8; } -bool bch2_replicas_delta_list_marked(struct bch_fs *, struct replicas_delta_list *); int bch2_replicas_delta_list_mark(struct bch_fs *, struct replicas_delta_list *); void bch2_bkey_to_replicas(struct bch_replicas_entry *, struct bkey_s_c); -bool bch2_bkey_replicas_marked(struct bch_fs *, struct bkey_s_c); -int bch2_mark_bkey_replicas(struct bch_fs *, struct bkey_s_c); static inline void bch2_replicas_entry_cached(struct bch_replicas_entry *e, unsigned dev) -- cgit v1.2.3