]> www.infradead.org Git - users/dwmw2/linux.git/commit
bcachefs: -o norecovery now bails out of recovery earlier
authorKent Overstreet <kent.overstreet@linux.dev>
Sat, 12 Oct 2024 02:53:09 +0000 (22:53 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sat, 21 Dec 2024 06:36:15 +0000 (01:36 -0500)
commit8b22abb4c84058e9533d71a4814e54316ba2621f
treea6da94a3c3dd7b2ed9b2aae47d7a3d93bdc6577d
parentd55d4a0ca27adea2e6bb404eb9b65a19036dd047
bcachefs: -o norecovery now bails out of recovery earlier

-o norecovery (used by the dump tool) should be doing the absolute
minimum amount of work to get the filesystem up and readable; we
shouldn't be running check and repair code, or going read-write.

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