commit | a2c83fff582ae133d9f5bb187404ea9ce4da1f96 | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <daniel@iogearbox.net> | Sun Mar 01 12:31:42 2015 +0100 |
committer | David S. Miller <davem@davemloft.net> | Sun Mar 01 14:05:18 2015 -0500 |
tree | 93293fffedc76b48e5ccaefdfd95728719d11753 | |
parent | f91fe17e243d1f279d425071a35e3d41290758a0 [diff] |
ebpf: constify various function pointer structs We can move bpf_map_ops and bpf_verifier_ops and other structs into ro section, bpf_map_type_list and bpf_prog_type_list into read mostly. Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Alexei Starovoitov <ast@plumgrid.com> Signed-off-by: David S. Miller <davem@davemloft.net>