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: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
Kent Overstreet 2025-03-20 14:15:33 -04:00
parent 1f88c35674
commit 9ea24b287b

View File

@ -32,7 +32,7 @@ struct bch_move_stats {
struct move_bucket_key {
struct bpos bucket;
u8 gen;
unsigned gen;
};
struct move_bucket {