bcachefs: Don't restrict copygc writes to the same device
authorKent Overstreet <kent.overstreet@gmail.com>
Sat, 11 Jul 2020 22:52:14 +0000 (18:52 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:08:43 +0000 (17:08 -0400)
commit8f3b41ab4f39f87712ed57e0443642d7bcabd1ff
treec41656a9bd017e19d57bf58643cd86dc94e1300d
parent63b214e75b1c941d3fc81da5b7fc4aa997e40873
bcachefs: Don't restrict copygc writes to the same device

This no longer makes any sense, since copygc is now one thread per
filesystem, not per device, with a single write point.

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