bcachefs: BCH_ERR_data_read_buffer_too_small
authorKent Overstreet <kent.overstreet@linux.dev>
Sat, 8 Mar 2025 16:37:51 +0000 (11:37 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 16 Mar 2025 17:47:55 +0000 (13:47 -0400)
commit881b598ef144a1dee3850be9e6b9ecfcfc5bf4b0
treeed5fc9adb590e6c8e5376dc49ae8556d8c67fecb
parentf4b84bac20d6999db9e7db2254e63471c6c3fd9c
bcachefs: BCH_ERR_data_read_buffer_too_small

Now that the read path uses proper error codes, we can get rid of the
weird rbio->hole signalling to the move path that the read didn't
happen.

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