commit | 70e3e039cf65f67fa3c41b51cb00a58f6cd48886 | [log] [tgz] |
---|---|---|
author | Kent Overstreet <kent.overstreet@linux.dev> | Fri Apr 19 19:03:58 2024 -0400 |
committer | Kent Overstreet <kent.overstreet@linux.dev> | Wed May 08 17:29:20 2024 -0400 |
tree | ceb664bcda1e3abf653a0e2f489aa6c04a3e4f9b | |
parent | 9cc455d1bcd3bd44d1f103bf3f2e58293976a006 [diff] |
bcachefs: bch2_bucket_ref_update() If we hit an inconsistency when updating allocation information, we don't want to fail the update if it's for a deletion - only if it's for a new key. Rename check_bucket_ref() -> bucket_ref_update() so we can centralize the logic to do this. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>