summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-05-13 02:42:19 -0400
committerKent Overstreet <kent.overstreet@linux.dev>2023-05-13 02:42:27 -0400
commitaa74a66fe2ada7429302f8552f400973f1466cf0 (patch)
tree1461649f734e40fef6a157373957d4c6d1419779
parent0bd63efeca0e5c785659286b382aa4f06d1ad5bd (diff)
fixup! bcachefs: bkey_ops.min_val_size
-rw-r--r--fs/bcachefs/alloc_background.h2
1 files changed, 1 insertions, 1 deletions
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 *);