diff options
Diffstat (limited to 'fs/bcachefs/bcachefs.h')
-rw-r--r-- | fs/bcachefs/bcachefs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/bcachefs/bcachefs.h b/fs/bcachefs/bcachefs.h index 3ccca855f05e..933c5a68eff9 100644 --- a/fs/bcachefs/bcachefs.h +++ b/fs/bcachefs/bcachefs.h @@ -686,6 +686,7 @@ struct btree_debug { unsigned id; }; +#define BCH_LINK_MAX U32_MAX #define BCH_TRANSACTIONS_NR 128 struct btree_transaction_stats { @@ -1061,6 +1062,7 @@ struct bch_fs { GENRADIX(struct gc_stripe) gc_stripes; struct hlist_head ec_stripes_new[32]; + struct hlist_head ec_stripes_new_buckets[64]; spinlock_t ec_stripes_new_lock; /* ERASURE CODING */ |