]> www.infradead.org Git - users/willy/linux.git/commit
bcachefs: Ensure BCH_FS_accounting_replay_done is always set
authorKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Sep 2024 06:10:30 +0000 (02:10 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Mon, 23 Sep 2024 22:46:58 +0000 (18:46 -0400)
commit6d12d7ace99ec74cb1f479bb851b5ed65b3bc105
treeadc6d2b1c22ab069217fa5e890368f44e7ae6bdc
parent39c3aad43f6f9bcddd660f5874dcd760e8c04a94
bcachefs: Ensure BCH_FS_accounting_replay_done is always set

if it doesn't get set we'll never be able to flush the btree write
buffer; this only happens in fake rw mode, but prevents us from shutting
down.

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