]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: Journal keys are retained until shutdown, or journal replay finishes
authorKent Overstreet <kent.overstreet@linux.dev>
Fri, 30 May 2025 00:06:01 +0000 (20:06 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 1 Jun 2025 02:03:17 +0000 (22:03 -0400)
commit9a1accd3a57d4bfb6daeee2262b1b24b57ec2382
treee0f41965254b58fdb5fd4435a8e83830b7c070c1
parent6447544c3d1473c9d8945e2cc0f3c71eba4c354b
bcachefs: Journal keys are retained until shutdown, or journal replay finishes

If we don't finish journal replay we need to keep journal keys around
until the filesystem shuts down - otherwise e.g. -o norecovery, various
tools (dump, list) break, and eventually we'll be doing journal replay
in the background.

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