mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
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:
parent
1f88c35674
commit
9ea24b287b
|
|
@ -32,7 +32,7 @@ struct bch_move_stats {
|
|||
|
||||
struct move_bucket_key {
|
||||
struct bpos bucket;
|
||||
u8 gen;
|
||||
unsigned gen;
|
||||
};
|
||||
|
||||
struct move_bucket {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user