]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: Fix struct with flex member ABI warning
authorKent Overstreet <kent.overstreet@linux.dev>
Thu, 17 Apr 2025 16:42:13 +0000 (12:42 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Thu, 22 May 2025 00:14:24 +0000 (20:14 -0400)
commit62095464e9d2a2340a6b08a90fb280ea2b091a28
tree66b116f7e8f5aa73e39910e40bb9c958ca835c45
parent9e260e4590e044dc5887f9eb21dfaf479226e7d4
bcachefs: Fix struct with flex member ABI warning

This pops up when buliding in userspace.

The structs aren't actually variable length, but no way to tell the
compiler that...

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