bcachefs: Delete some obsolete journal_seq_blacklist code
authorKent Overstreet <kent.overstreet@gmail.com>
Sun, 26 Dec 2021 21:59:36 +0000 (16:59 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:20 +0000 (17:09 -0400)
commit04f0f77df2324e5a2c3d60df4acda7cbe464d38e
tree4bc4036c89fe190a0b67cbb19ff364aaa8ab24f4
parent8511632d44a5846f8edc387e90858ae208715574
bcachefs: Delete some obsolete journal_seq_blacklist code

Since metadata version bcachefs_metadata_version_btree_ptr_sectors_written,
we haven't needed the journal seq blacklist mechanism for ignoring
blacklisted btree node writes - we now only need it for ignoring journal
entries that were written after the newest flush journal entry, and then
we only need to keep those blacklist entries around until journal replay
is finished.

That means we can delete the code for scanning btree nodes to GC
journal_seq_blacklist entries.

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