diff options
author | 2025-06-16 16:31:03 -0600 | |
---|---|---|
committer | 2025-07-14 12:46:45 -0400 | |
commit | e609e3869e27e85d4bc598bfd632ac6287deebdf (patch) | |
tree | 60ae84f2151d3505adc7b8915ca1dde26e30c00d /tools/perf/scripts/python | |
parent | NFSD: Use vfs_iocb_iter_write() (diff) | |
download | wireguard-linux-e609e3869e27e85d4bc598bfd632ac6287deebdf.tar.xz wireguard-linux-e609e3869e27e85d4bc598bfd632ac6287deebdf.zip |
NFSD: Avoid multiple -Wflex-array-member-not-at-end warnings
Replace flexible-array member with a fixed-size array.
With this changes, fix many instances of the following type of
warnings:
fs/nfsd/nfsfh.h:79:33: warning: structure containing a flexible array member is not at the end of another structure [-Wflex-array-member-not-at-end]
fs/nfsd/state.h:763:33: warning: structure containing a flexible array member is not at the end of another structure [-Wflex-array-member-not-at-end]
fs/nfsd/state.h:669:33: warning: structure containing a flexible array member is not at the end of another structure [-Wflex-array-member-not-at-end]
fs/nfsd/state.h:549:33: warning: structure containing a flexible array member is not at the end of another structure [-Wflex-array-member-not-at-end]
fs/nfsd/xdr4.h:705:33: warning: structure containing a flexible array member is not at the end of another structure [-Wflex-array-member-not-at-end]
fs/nfsd/xdr4.h:678:33: 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 <gustavoars@kernel.org>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Reviewed-by: NeilBrown <neil@brown.name>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions