Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 1539bdf5 authored by Kent Overstreet's avatar Kent Overstreet
Browse files

bcachefs: Fix bch2_read_retry_nodecode()


BCH_READ_NODECODE mode - used by the move paths - really wants to use
only the original rbio, but the retry path really wants to clone - oof.

Make sure to copy the crc of the pointer we read from back to the
original rbio, or we'll see spurious checksum errors later.

Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent 44ec5990
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment