commit | 26588edbef6094c41734b4443c2d7b4c4bd0085f | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <kuba@kernel.org> | Fri Nov 04 12:13:37 2022 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 07 12:30:16 2022 +0000 |
tree | 65e98a66116125159adfd2debe8212791dbd541a | |
parent | 92d3d9ba9bb3ab17b5bd4fd46032ced0264872c9 [diff] |
genetlink: support split policies in ctrl_dumppolicy_put_op() Pass do and dump versions of the op to ctrl_dumppolicy_put_op() so that it can provide a different policy index for the two. Since we now look at policies, and those are set appropriately there's no need to look at the GENL_DONT_VALIDATE_DUMP flag. 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>