bcachefs: Fix bch2_journal_noflush_seq()
authorKent Overstreet <kent.overstreet@linux.dev>
Thu, 29 Feb 2024 02:56:57 +0000 (21:56 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Thu, 14 Mar 2024 01:22:25 +0000 (21:22 -0400)
commit7efa287526f02a54a0a9abf358e15623c5b09f93
treebfb761de4a695b847d95a39007fd26e8de73860c
parent79162e829b5e5859409736b19daa2f6d2d1e0b59
bcachefs: Fix bch2_journal_noflush_seq()

Improved journal pipelining broke journal_noflush_seq(); it implicitly
assumed only the oldest outstanding journal buf could be in flight, but
that's no longer true.

Make this more straightforward by just setting buf->must_flush whenever
we know a journal buf is going to be flush.

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