Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: fix suspicious rcu_dereference_check in net/sched/sch_fq_codel.c
commit 46e5da4 (net: qdisc: use rcu prefix and silence sparse warnings) triggers a spurious warning: net/sched/sch_fq_codel.c:97 suspicious rcu_dereference_check() usage! The code should be using the _bh variant of rcu_dereference. Signed-off-by: Valdis Kletnieks <[email protected]> Acked-by: Eric Dumazet <[email protected]> Acked-by: John Fastabend <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information