bcachefs: Fix build error on weird gcc
authorKent Overstreet <kent.overstreet@linux.dev>
Mon, 10 Jul 2023 19:56:05 +0000 (15:56 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:10:07 +0000 (17:10 -0400)
commitb912913613a1195ba86cbb1bc9b1c12b4c6c4a14
treea8c3d1a7bd40f75bad92936bcfc59afa4a946ea9
parentf26c67f4a7c4951a312547790b11066bc510822e
bcachefs: Fix build error on weird gcc

fixes
./include/linux/stddef.h:8:14: error: positional initialization of field in ‘struct’ declared with ‘designated_init’ attribute [-Werror=designated-init]

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/super-io.c