aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev_api.c
diff options
context:
space:
mode:
authorGustavo A. R. Silva <[email protected]>2025-03-27 00:17:44 +0000
committerChristian Brauner <[email protected]>2025-03-28 09:18:34 +0000
commit9e6901f17a719650be376f04d742bdbe1d7094ce (patch)
tree21245786b8f97eb9d1cc6a54a418e76d14130ee0 /net/core/dev_api.c
parentMAINTAINERS: configfs: add Andreas Hindborg as maintainer (diff)
downloadkernel-9e6901f17a719650be376f04d742bdbe1d7094ce.tar.gz
kernel-9e6901f17a719650be376f04d742bdbe1d7094ce.zip
fs: namespace: Avoid -Wflex-array-member-not-at-end warning
-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 structure. Notice that `struct statmount` is a flexible structure --a structure that contains a flexible-array member. Fix the following warning: fs/namespace.c:5329:26: 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]> Link: https://lore.kernel.org/r/Z-SZKNdCiAkVJvqm@kspp Signed-off-by: Christian Brauner <[email protected]>
Diffstat (limited to 'net/core/dev_api.c')
0 files changed, 0 insertions, 0 deletions