]> git.sesse.net Git - bcachefs-tools-debian/commit
cmd_list_journal: Apply star_start_of_lines() correctly
authorKent Overstreet <kent.overstreet@linux.dev>
Mon, 27 Nov 2023 18:35:08 +0000 (13:35 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Tue, 28 Nov 2023 02:04:03 +0000 (21:04 -0500)
commit843707ede687387c91d736c601d3ddee91e9f893
tree50c12cc4237d6915206d8d93a2e537e7fc5926fd
parent97c86db4f286fef4c7c18b5b96940e64c97e31b4
cmd_list_journal: Apply star_start_of_lines() correctly

In list_journal, we note which journal entries are being ignored - this
was forgetting to mark entries newer than the newest flush.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
cmd_list_journal.c