]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: Don't use designated initializers for disk_accounting_pos
authorKent Overstreet <kent.overstreet@linux.dev>
Sun, 30 Mar 2025 00:58:32 +0000 (20:58 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 30 Mar 2025 20:35:13 +0000 (16:35 -0400)
commit393a05a7413aa325a15c6d3b35867843f91f1646
tree26f56ec08e9d4d27cd9ee315ab1e599d072d87e0
parentf548db4d312a4d71e4f65cc43c724cfd46784ab8
bcachefs: Don't use designated initializers for disk_accounting_pos

Not all compilers fully initialize these - they're not guaranteed to
because of the union shenanigans.

Fixes: https://github.com/koverstreet/bcachefs/issues/844
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/buckets.c
fs/bcachefs/chardev.c
fs/bcachefs/disk_accounting.c
fs/bcachefs/ec.c
fs/bcachefs/progress.c
fs/bcachefs/rebalance.c
fs/bcachefs/sysfs.c