]> www.infradead.org Git - users/dwmw2/linux.git/commit
bcachefs: Warn on attempting a move with no replicas
authorKent Overstreet <kent.overstreet@linux.dev>
Wed, 3 Jul 2024 17:23:58 +0000 (13:23 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Wed, 10 Jul 2024 13:53:39 +0000 (09:53 -0400)
commitf49d2c9835f95fa078ea8a8eba6de9cbddb9eb33
tree581adb6de6ecd275da6921f8157fd9d1e3f8e537
parentad8b68cd3941c547cf73154244488ab412076177
bcachefs: Warn on attempting a move with no replicas

Instead of popping an assert in bch2_write(), WARN and print out some
debugging info.

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