]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: Fix kmsan warnings in bch2_extent_crc_pack()
authorKent Overstreet <kent.overstreet@linux.dev>
Thu, 20 Mar 2025 17:24:50 +0000 (13:24 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Mon, 24 Mar 2025 13:50:36 +0000 (09:50 -0400)
commit53cf2a3daa4ca5f0a40eeb18c2be8724f123a63c
tree48b946dc08f8f3bb80627faaf076c329f625fdad
parent9c3a2c9b471aa42b13c26c916f6a0852899a57e0
bcachefs: Fix kmsan warnings in bch2_extent_crc_pack()

We store to all fields, so the kmsan warnings were spurious - but
initializing via stores to bitfields appear to have been giving the
compiler/kmsan trouble, and they're not necessary.

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