Commit 9ea24b28 authored by Kent Overstreet's avatar Kent Overstreet
Browse files

bcachefs: Eliminate padding in move_bucket_key



We appear to be tripping over a compiler/kmsan bug with padding fields -
this is an easy workaround.

Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent 1f88c356
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ struct bch_move_stats {

struct move_bucket_key {
	struct bpos		bucket;
	u8			gen;
	unsigned		gen;
};

struct move_bucket {