diff options
Diffstat (limited to 'net/sched')
-rw-r--r-- | net/sched/cls_bpf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/cls_bpf.c b/net/sched/cls_bpf.c index 6a7386e6e5a8..4e3f5bfc0b26 100644 --- a/net/sched/cls_bpf.c +++ b/net/sched/cls_bpf.c | |||
@@ -52,7 +52,7 @@ static const struct nla_policy bpf_policy[TCA_BPF_MAX + 1] = { | |||
52 | static int cls_bpf_classify(struct sk_buff *skb, const struct tcf_proto *tp, | 52 | static int cls_bpf_classify(struct sk_buff *skb, const struct tcf_proto *tp, |
53 | struct tcf_result *res) | 53 | struct tcf_result *res) |
54 | { | 54 | { |
55 | struct cls_bpf_head *head = rcu_dereference(tp->root); | 55 | struct cls_bpf_head *head = rcu_dereference_bh(tp->root); |
56 | struct cls_bpf_prog *prog; | 56 | struct cls_bpf_prog *prog; |
57 | int ret; | 57 | int ret; |
58 | 58 | ||