bcachefs: Fix uninitialized field in hash_check_init()
authorJustin Husted <sigstop@gmail.com>
Mon, 4 Nov 2019 05:50:32 +0000 (21:50 -0800)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:08:31 +0000 (17:08 -0400)
commit6d01598ecd151b22feff9d8bc7f0611adacc5f28
treef8b3f972e7214c8fd4a213204713bd800076d7b4
parent7edcfbfefe5c18ea5df6bfdaca405003a0a87c51
bcachefs: Fix uninitialized field in hash_check_init()

The chain_end field was not initialized before use in
hash_set_chain_start.

Signed-off-by: Justin Husted <sigstop@gmail.com>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/fsck.c