Johannes Berg c53ed74236 genetlink: only pass array to genl_register_family_with_ops()
As suggested by David Miller, make genl_register_family_with_ops()
a macro and pass only the array, evaluating ARRAY_SIZE() in the
macro, this is a little safer.

The openvswitch has some indirection, assing ops/n_ops directly in
that code. This might ultimately just assign the pointers in the
family initializations, saving the struct genl_family_and_ops and
code (once mcast groups are handled differently.)

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-11-19 16:39:05 -05:00
..
2011-07-15 12:30:43 -05:00
2012-07-16 14:16:19 -05:00
2012-07-16 14:16:19 -05:00
2012-11-01 15:27:24 -05:00
2013-06-26 11:38:02 -05:00
2012-07-16 14:16:19 -05:00
2008-04-21 11:22:28 -05:00
2012-08-08 11:33:49 -05:00
2012-01-04 08:56:31 -06:00
2011-07-12 16:02:09 -05:00
2008-12-23 10:15:40 -06:00
2013-04-08 12:03:15 -05:00
2012-08-08 11:33:49 -05:00
2012-07-16 14:16:19 -05:00
2013-02-27 19:10:19 -08:00
2012-08-08 11:33:49 -05:00
2012-08-08 11:33:49 -05:00
2012-05-02 14:15:27 -05:00
2013-08-12 15:22:43 -05:00
2011-03-10 10:40:00 -06:00
2008-02-04 01:23:43 -06:00
2006-01-18 09:30:29 +00:00