mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2025-04-19 20:58:31 +09: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…
x
Reference in New Issue
Block a user