]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
bcachefs: Fix bio alloc in check_extent_checksum()
authorKent Overstreet <kent.overstreet@linux.dev>
Wed, 17 Apr 2024 21:27:43 +0000 (17:27 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Wed, 17 Apr 2024 21:29:58 +0000 (17:29 -0400)
commit0389c09b2fb702ca7924ddf550ce0c8af708b8be
tree8ea178b415d844aa438a708d570df9bcb8eae6c9
parent719aec84b106ba3bd3639eddb2be46c510ef683a
bcachefs: Fix bio alloc in check_extent_checksum()

if the buffer is virtually mapped it won't be a single bvec

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