On Fri, Oct 03, 2025 at 03:11:06PM +0100, Gustavo A. R. Silva wrote: > -Wflex-array-member-not-at-end was introduced in GCC-14, and we are > getting ready to enable it, globally. > > Move the conflicting declaration to the end of the corresponding > structure. Notice that `struct fs_path` is a flexible structure, > this is a structure that contains a flexible-array member (`char > inline_buf[];` in this case). > > Fix the following warning: > > fs/btrfs/send.c:181:24: warning: structure containing a flexible array member > is not at the end of another structure [-Wflex-array-member-not-at-end] > > Signed-off-by: Gustavo A. R. Silva <[email protected]>
Added to for-next, with updated changelog. Thanks.
