]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
bcachefs: Fix flushing held btree writes when there's a fs error
authorKent Overstreet <kent.overstreet@gmail.com>
Sat, 12 Oct 2019 20:44:44 +0000 (16:44 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:08:29 +0000 (17:08 -0400)
commitae93a628956c8eab915baa83be11d2a0300eebca
treec08e089b4e885773b6aa31b1e6bc48154c2c7456
parentf38fe2dc5dbde967c96ce579f974a406a049b122
bcachefs: Fix flushing held btree writes when there's a fs error

Previously, we'd go into an infinite loop.

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