]> www.infradead.org Git - users/hch/misc.git/commit
bcachefs: rebalance writes use BCH_WRITE_ONLY_SPECIFIED_DEVS
authorKent Overstreet <kent.overstreet@linux.dev>
Sun, 1 Sep 2024 20:55:35 +0000 (16:55 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sat, 21 Sep 2024 15:35:20 +0000 (11:35 -0400)
commitd90c8acd351c042f4bf1676e71c3f80fb3492403
tree1b8b804ea1bc8e11c8e3bac84ad286bd5d7387ba
parenta977f3e162924ef82536ad23448364f2b3e9f026
bcachefs: rebalance writes use BCH_WRITE_ONLY_SPECIFIED_DEVS

this was an oversight: rebalance is moving data to a specific device, so
we don't want it falling back to the full filesystem

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