From: Alexei Starovoitov Date: Thu, 24 Jul 2014 23:38:21 +0000 (-0700) Subject: net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn' X-Git-Tag: cleanup-for-v3.18~108^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2695fb552cbef1029aa025a98acb80cc51d66de5;p=pandora-kernel.git net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn' eBPF is used by socket filtering, seccomp and soon by tracing and exposed to userspace, therefore 'sock_filter_int' name is not accurate. Rename it to 'bpf_insn' Signed-off-by: Alexei Starovoitov Signed-off-by: David S. Miller --- Reading git-diff-tree failed