Files
linux-stable-mirror/include/uapi/linux
Jakub Kicinski f329a0ebea genetlink: correct uAPI defines
Commit 50a896cf2d ("genetlink: properly support per-op policy dumping")
seems to have copy'n'pasted things a little incorrectly.

The #define CTRL_ATTR_MCAST_GRP_MAX should have stayed right
after the previous enum. The new CTRL_ATTR_POLICY_* needs
its own define for MAX and that max should not contain the
superfluous _DUMP in the name.

We probably can't do anything about the CTRL_ATTR_POLICY_DUMP_MAX
any more, there's likely code which uses it. For consistency
(*cough* codegen *cough*) let's add the correctly name define
nonetheless.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Reviewed-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
2022-08-10 13:49:50 +01:00
..
2022-04-19 13:13:47 +01:00
2022-06-03 20:09:27 +08:00
2022-06-07 10:20:42 -07:00
2022-06-03 20:09:27 +08:00
2022-04-04 08:55:23 +02:00
2022-08-10 13:49:50 +01:00
2022-06-03 20:09:27 +08:00