bcachefs: Copygc allocations shouldn't be nowait
authorKent Overstreet <kent.overstreet@gmail.com>
Tue, 15 Mar 2022 20:40:55 +0000 (16:40 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:29 +0000 (17:09 -0400)
commitd905f67ec89fda758bcfa70d0b5c3d3006bbdb3e
tree4629749a19b97bc0c2a8992cfadff13789898138
parent70a9953c424ccba616a3b74368780de13a80dabd
bcachefs: Copygc allocations shouldn't be nowait

We don't actually want copygc allocations to be nowait - an allocation
for copygc might fail and then later succeed due to a bucket needing to
wait on journal commit, or to be discarded.

Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
fs/bcachefs/move.c