These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / include / net / tc_act / tc_bpf.h
index a152e98..958d69c 100644 (file)
@@ -15,7 +15,7 @@
 
 struct tcf_bpf {
        struct tcf_common       common;
-       struct bpf_prog         *filter;
+       struct bpf_prog __rcu   *filter;
        union {
                u32             bpf_fd;
                u16             bpf_num_ops;