commit | 9cc455d1bcd3bd44d1f103bf3f2e58293976a006 | [log] [tgz] |
---|---|---|
author | Kent Overstreet <kent.overstreet@linux.dev> | Mon Apr 22 19:01:40 2024 -0400 |
committer | Kent Overstreet <kent.overstreet@linux.dev> | Wed May 08 17:29:20 2024 -0400 |
tree | e983137b7d63db0df4c6e528e04ee1be7908ab17 | |
parent | d9307646505e8e81a24ea5c07ae2bfc85e13f65d [diff] |
bcachefs: Consolidate mark_stripe_bucket() and trans_mark_stripe_bucket() This eliminates some duplicated logic, and the gc path now handles stripe updates and deletions - we need this since soon we're bringing back runtime gc. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>