genetlink: convert control family to split ops
authorJakub Kicinski <kuba@kernel.org>
Fri, 4 Nov 2022 19:13:43 +0000 (12:13 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Nov 2022 12:30:17 +0000 (12:30 +0000)
commitaba22ca8ccd6954ffbb1a7a671f34300887b4727
treeb6864aa429946b392dfbdbde5daaccfeda2b4636
parentb8fd60c36a44351f773432e24efd8bb92f8ba0c6
genetlink: convert control family to split ops

Prove that the split ops work.
Sadly we need to keep bug-wards compatibility and specify
the same policy for dump as do, even tho we don't parse
inputs for the dump.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netlink/genetlink.c