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
..
2013-08-14 13:55:15 +05:30
2013-09-10 13:03:41 -07:00
2013-07-30 11:53:12 -04:00
2013-09-23 21:44:16 -04:00
2013-11-09 00:16:29 -05:00
2013-07-15 11:25:00 +09:30
2013-08-26 20:15:23 +09:00
2013-08-22 22:13:54 -07:00
2013-10-01 16:19:08 +01:00
2013-09-29 18:27:03 -07:00
2013-08-23 10:22:29 +02:00
2013-10-16 18:40:57 -07:00
2013-10-28 20:07:50 -04:00
2013-09-13 15:09:52 +02:00
2013-09-13 15:09:52 +02:00
2013-09-13 15:09:52 +02:00
2013-08-09 10:49:00 +02:00
2013-07-26 16:19:48 -07:00
2013-08-28 21:35:14 -07:00
2013-10-15 15:18:08 +01:00
2013-11-13 12:09:11 +09:00
2013-11-09 00:16:19 -05:00
2013-08-12 15:27:01 +00:00
2013-11-09 00:16:19 -05:00
2013-10-25 19:03:39 -04:00
2013-10-14 17:15:48 +02:00
2013-09-03 16:40:32 -04:00
2013-09-15 17:41:30 -04:00
2013-09-06 13:30:06 -07:00
2013-09-09 14:29:15 -07:00
2013-09-10 18:56:32 -04:00
2013-09-04 23:11:42 +03:00
2013-09-12 15:38:02 -07:00
2013-09-26 15:33:18 -07:00
2013-08-05 10:52:36 -06:00
2013-10-17 15:53:09 -04:00
2013-07-10 18:11:34 -07:00