bcachefs: Kill journal_keys->journal_seq_base
authorKent Overstreet <kent.overstreet@linux.dev>
Mon, 12 Sep 2022 06:22:47 +0000 (02:22 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:40 +0000 (17:09 -0400)
commit1ffb876fb0f31632b761ee721f633e0d7491ca7b
tree29d9639963207be239bef63aa9cec2a069b312ef
parente87b0e4a7120eeca1850666351b75bf8ceb9d5c9
bcachefs: Kill journal_keys->journal_seq_base

This removes an optimization that didn't actually save us any memory,
due to alignment, but did make the code more complicated than it needed
to be. We were also seeing a bug where journal_seq_base wasn't getting
correctly initailized, so hopefully it'll fix that too.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/bcachefs.h
fs/bcachefs/recovery.c