]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: Delete old assertion for online fsck
authorKent Overstreet <kent.overstreet@linux.dev>
Sun, 7 Apr 2024 03:58:01 +0000 (23:58 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 14 Jul 2024 23:00:14 +0000 (19:00 -0400)
commit174722de552a8f0e3cffbe93d48420275141cc77
tree42abbf85ebb15d5d97f6442fa71ac34b5c421ddd
parent38ad9dc8c6194413a468f1eb288836b6c2783c6f
bcachefs: Delete old assertion for online fsck

the order in which btree_gc walks keys have changed, so we no longer
have the sort of issues with online fsck this assertion was warning
about.

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