commit | 401585fe87c2359f7aa24a309ec90e2589da9b46 | [log] [tgz] |
---|---|---|
author | Kent Overstreet <kent.overstreet@linux.dev> | Sat Aug 05 16:08:44 2023 -0400 |
committer | Kent Overstreet <kent.overstreet@linux.dev> | Sun Oct 22 17:10:10 2023 -0400 |
tree | 0cd91d890b896f62b56911660e68f6521da1a522 | |
parent | a37ad1a3aba957b20c8c434a88c1724e49409eb3 [diff] |
bcachefs: btree_journal_iter.c Split out a new file from recovery.c for managing the list of keys we read from the journal: before journal replay finishes the btree iterator code needs to be able to iterate over and return keys from the journal as well, so there's a fair bit of code here. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>