From aa74a66fe2ada7429302f8552f400973f1466cf0 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Sat, 13 May 2023 02:42:19 -0400 Subject: fixup! bcachefs: bkey_ops.min_val_size --- fs/bcachefs/alloc_background.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/bcachefs/alloc_background.h b/fs/bcachefs/alloc_background.h index fc4420f4bc21..94b3c057cd62 100644 --- a/fs/bcachefs/alloc_background.h +++ b/fs/bcachefs/alloc_background.h @@ -184,7 +184,7 @@ void bch2_alloc_to_text(struct printbuf *, struct bch_fs *, struct bkey_s_c); .swab = bch2_alloc_v4_swab, \ .trans_trigger = bch2_trans_mark_alloc, \ .atomic_trigger = bch2_mark_alloc, \ - .min_val_size = 56, \ + .min_val_size = 48, \ }) int bch2_bucket_gens_invalid(const struct bch_fs *, struct bkey_s_c, unsigned, struct printbuf *); -- cgit v1.2.3