bcachefs: Don't reuse bio in retry path
authorKent Overstreet <kent.overstreet@gmail.com>
Thu, 24 Oct 2019 18:22:29 +0000 (14:22 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:08:30 +0000 (17:08 -0400)
commit92384391c8d04642bb2be1e0c34f744675f50abc
tree0347c5aebbba9ea3ec1dab5e5aa3c6328793be33
parentb8098f36dd98566790bae019815583363eb877c9
bcachefs: Don't reuse bio in retry path

We can't reuse bios without reinitializing them, and in the retry path
it's safer to just make sure we don't reuse them at all.

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