]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
bcachefs: Fix a valgrind conditional jump
authorKent Overstreet <kent.overstreet@gmail.com>
Tue, 17 Aug 2021 19:03:53 +0000 (15:03 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:10 +0000 (17:09 -0400)
commit8ddef4d6ccedcd571c9b81f6cd8dff8ddcdb918a
treea051a863be2a1eb82e32b9a372933db8012f0730
parentc8476a4eb29972d756df33c3eb85c5792f798748
bcachefs: Fix a valgrind conditional jump

Valgrind was complaining about a jump depending on uninitialized memory
- we weren't, but this change makes the code less confusing for valgrind
to follow.

Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
fs/bcachefs/varint.c