bcachefs: Fix a null ptr deref
authorKent Overstreet <kent.overstreet@gmail.com>
Sat, 7 Sep 2019 17:16:41 +0000 (13:16 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:08:26 +0000 (17:08 -0400)
commitb50dd7920d1cd7b37016929faa175578de12dd27
treeb1be5a83eabba7094c5e332db790c60817c69ee5
parent89b0511826c1bde65f57a2e051ee9fcb274bff69
bcachefs: Fix a null ptr deref

rbio->c wasn't being initialized in the move path

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