diff options
author | Jakub Kicinski <kuba@kernel.org> | 2020-10-03 00:49:53 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-10-03 05:11:11 +0300 |
commit | 0b588afdd16f9e0b63128dc4bcd002e7f2725fe0 (patch) | |
tree | a3a8b861434b65311b9332016a20749d58324cad /fs/dlm | |
parent | e5086736969880478abb2ac85ef8757ac6ce45bf (diff) | |
download | linux-0b588afdd16f9e0b63128dc4bcd002e7f2725fe0.tar.xz |
genetlink: add small version of ops
We want to add maxattr and policy back to genl_ops, to enable
dumping per command policy to user space. This, however, would
cause bloat for all the families with global policies. Introduce
smaller version of ops (half the size of genl_ops). Translate
these smaller ops into a full blown struct before use in the
core.
v1:
- use struct assignment
- put a full copy of the op in struct genl_dumpit_info
- s/light/small/
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Reviewed-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'fs/dlm')
0 files changed, 0 insertions, 0 deletions