summaryrefslogtreecommitdiff
path: root/net/netlink/genetlink.c
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2020-10-03 00:49:52 +0300
committerDavid S. Miller <davem@davemloft.net>2020-10-03 05:11:11 +0300
commite5086736969880478abb2ac85ef8757ac6ce45bf (patch)
tree4bf1efbc717d0aaee850322aeab00e608c013dd3 /net/netlink/genetlink.c
parent5a38b4fc010412beda7e6e4284401559356f5827 (diff)
downloadlinux-e5086736969880478abb2ac85ef8757ac6ce45bf.tar.xz
genetlink: reorg struct genl_family
There are holes and oversized members in struct genl_family. Before: /* size: 104, cachelines: 2, members: 16 */ After: /* size: 88, cachelines: 2, members: 16 */ The command field in struct genlmsghdr is a u8, so no point in the operation count being 32 bit. Also operation 0 is usually undefined, so we only need 255 entries. netnsok and parallel_ops are only ever initialized to true. We can grow the fields as needed, compiler should warn us if someone tries to assign larger constants. Signed-off-by: Jakub Kicinski <kuba@kernel.org> Reviewed-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/netlink/genetlink.c')
0 files changed, 0 insertions, 0 deletions