bcachefs: Fix move path when move_stats == NULL
authorKent Overstreet <kent.overstreet@gmail.com>
Wed, 29 Jun 2022 21:14:06 +0000 (17:14 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:35 +0000 (17:09 -0400)
commit7c0732b88dfb87b5f32dcf5fdd7984d2acb992b9
tree8e40740959c28f807ad2c5169bec79a14342cbce
parent4081ace307c15fb0c15bcc65fce2e3792c1979d9
bcachefs: Fix move path when move_stats == NULL

This isn't done very often, but it is legitimate

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