aboutsummaryrefslogtreecommitdiff
path: root/include/uapi/linux
diff options
context:
space:
mode:
authorDaniel Borkmann <[email protected]>2016-12-04 23:19:40 +0100
committerDavid S. Miller <[email protected]>2016-12-05 15:33:10 -0500
commit8d829bdb97dc3a0c9c8090b9b168ca46ea99c8d8 (patch)
tree4deaf4dfba72008674fb3718e01699c89b8f8ad8 /include/uapi/linux
parent1afaf661b20a075a22eef3332db187001a334b81 (diff)
bpf, cls: consolidate prog deletion path
Commit 18cdb37ebf4c ("net: sched: do not use tcf_proto 'tp' argument from call_rcu") removed the last usage of tp from cls_bpf_delete_prog(), so also remove it from the function as argument to not give a wrong impression. tp is illegal to access from this callback, since it could already have been freed. Refactor the deletion code a bit, so that cls_bpf_destroy() can call into the same code for prog deletion as cls_bpf_delete() op, instead of having it unnecessarily duplicated. Signed-off-by: Daniel Borkmann <[email protected]> Acked-by: Alexei Starovoitov <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'include/uapi/linux')
0 files changed, 0 insertions, 0 deletions