commit | 24b27975a9866f32abb46b74834e963700624fcd | [log] [tgz] |
---|---|---|
author | Kent Overstreet <kent.overstreet@linux.dev> | Sat Apr 06 23:58:01 2024 -0400 |
committer | Kent Overstreet <kent.overstreet@linux.dev> | Wed May 08 17:29:21 2024 -0400 |
tree | e92d598b5b599fd40ae5af2a4e0a37ccba17bf00 | |
parent | c451986bf4c64e1f21932117ec6ade269ca825db [diff] |
bcachefs: Kill gc_init_recurse() This unifies the online and offline btree gc passes; we're not yet running it online. We now iterate over one level of the btree at a time - the same as check_extents_to_backpointers(); this ordering preserves order of keys regardless of btree splits and merges, which will be important when we re-enable online gc. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>