bcachefs: Fix for cmd_list_journal
authorKent Overstreet <kent.overstreet@gmail.com>
Tue, 7 Jun 2022 03:04:33 +0000 (23:04 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:33 +0000 (17:09 -0400)
commitf2aa02657561b0e6d96089eb8ee44e4154f4acad
tree13a4b285bd4d804722fede86529d026ba205c0f1
parentcb685ce72cc7e91733d3197346bbfe61e8ad54eb
bcachefs: Fix for cmd_list_journal

cmd_list_journal wasn't correctly listing the most recent journal
entries as blacklisted - because in the recovery path when just reading
the journal, we were failing to add those to the blacklist table.

Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
fs/bcachefs/recovery.c