]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: Flush fsck errors before running twice
authorKent Overstreet <kent.overstreet@linux.dev>
Tue, 14 Nov 2023 00:57:09 +0000 (19:57 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Mon, 1 Jan 2024 16:47:36 +0000 (11:47 -0500)
commit30418de09e6bda5478a6cfb7c1a54e128b7e2a22
tree88832c5ba6b4aba2339a255489fc1aecbc4b7456
parent0d72ab35a925d66b044cb62b709e53141c3f0143
bcachefs: Flush fsck errors before running twice

It's confusing if we run fsck a second time (in debug mode, to verify
the second run is clean), but errors are still ratelimited from the
first run.

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