bcachefs: Add flushed_seq_ondisk to journal_debug_to_text()
authorKent Overstreet <kent.overstreet@gmail.com>
Wed, 10 Feb 2021 00:54:04 +0000 (19:54 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:08:53 +0000 (17:08 -0400)
commit6a16ad951ae4cb01dbfe73e8aa63045ee07e4581
tree0af3f370707059f05ec4a52c49fd93644594db9d
parentfcb3431be837d06ae9af6eedde6a6509881664de
bcachefs: Add flushed_seq_ondisk to journal_debug_to_text()

Also, make the wait in bch2_journal_flush_seq() interruptible, not just
killable.

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