bcachefs: Drop journal_write_compact()
authorKent Overstreet <kent.overstreet@gmail.com>
Wed, 23 Feb 2022 12:00:34 +0000 (07:00 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:24 +0000 (17:09 -0400)
commit5838c1702b7d99741273888644a8cd4423b8a440
treedb01725d182e5decf57707046ec135e3f2f60511
parent8322a9376eb21c47829128684fd900016a0e0169
bcachefs: Drop journal_write_compact()

Long ago it was possible to get a journal reservation and not use it,
but that's no longer allowed, which means journal_write_compact() has
very little work to do, and isn't really worth the code anymore.

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