Re: [PATCH 2/5][next] nfsd: avoid -Wflex-array-member-not-at-end warnings

2024-10-16 Thread NeilBrown
On Thu, 17 Oct 2024, Chuck Lever wrote: > On Tue, Oct 15, 2024 at 06:29:31PM -0600, 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. > > > > Address the following warnings by changing the type of the middle

Re: [PATCH 2/5][next] nfsd: avoid -Wflex-array-member-not-at-end warnings

2024-10-16 Thread Chuck Lever
On Tue, Oct 15, 2024 at 06:29:31PM -0600, 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. > > Address the following warnings by changing the type of the middle struct > members in `struct nfsd_genl_rqstp`, whi