bcachefs: Drop journal entry compaction
authorKent Overstreet <kent.overstreet@linux.dev>
Mon, 11 Dec 2023 07:13:33 +0000 (02:13 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Mon, 1 Jan 2024 16:47:41 +0000 (11:47 -0500)
commit73ffa5305694bfda7e39e079dcbd2199fb410781
treeac6d473270a4d219a6cb97ceb0bed03d74c8bc26
parent679972348d03fb3644f4e1f7f7304911accd950d
bcachefs: Drop journal entry compaction

Previously, we dropped empty journal entries and coalesced entries that
could be - but it's not worth the overhead; we very rarely leave unused
journal entries after getting a journal reservation.

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