diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2023-05-19 09:50:11 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-05-19 09:50:24 -0400 |
commit | b8b8dcfaed641eabeec8ba070e1e23665bc4ceb2 (patch) | |
tree | 69382780a02b9f84a75248e4a0878cca1c5eb27b /libbcachefs/alloc_background.h | |
parent | 5ef62f56ab50c5799f713e3a42f5c7ad7e8283d3 (diff) |
Update bcachefs sources to 799716df00 bcachefs: Delete an incorrect bch2_trans_unlock()
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'libbcachefs/alloc_background.h')
-rw-r--r-- | libbcachefs/alloc_background.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcachefs/alloc_background.h b/libbcachefs/alloc_background.h index fc4420f4..94b3c057 100644 --- a/libbcachefs/alloc_background.h +++ b/libbcachefs/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 *); |