cmd_list_journal: fix check to print entry header

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
Kent Overstreet 2023-12-19 21:28:43 -05:00
parent 4158833a51
commit 0bacefdf5f

View File

@ -141,7 +141,7 @@ static void journal_entries_print(struct bch_fs *c, unsigned nr_entries,
bch2_journal_seq_is_blacklisted(c,
le64_to_cpu(p->j.seq), false);
if (transaction_filter.nr) {
if (!transaction_filter.nr) {
if (blacklisted)
printf("blacklisted ");