Skip to content
Commit 4fb09a87 authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'genetlink'



Johannes Berg says:

====================
genetlink: reduce ops size and complexity (v2)

As before - reduce the complexity and data/code size of genetlink ops
by making them an array rather than a linked list. Most users already
use an array thanks to genl_register_family_with_ops(), so convert the
remaining ones allowing us to get rid of the list head in each op.

Also make them const, this just makes sense at that point and the security
people like making function pointers const as well :-)
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents 1e9f3d6f 3f5ccd06
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment