]> git.baikalelectronics.ru Git - kernel.git/commit
net_sched: cls_flow: remove faulty use of list_for_each_entry_rcu
authorJiri Pirko <jiri@resnulli.us>
Tue, 2 Dec 2014 17:00:34 +0000 (18:00 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 9 Dec 2014 01:53:40 +0000 (20:53 -0500)
commit51af017aa692e270b834c01d32fd7c8e66105d7b
tree34129393ad452a498f2ed5d199a116a0a6a104c7
parentb678402b7c07e9cbbd92ddb86c23695dfa9a5935
net_sched: cls_flow: remove faulty use of list_for_each_entry_rcu

rcu variant is not correct here. The code is called by updater (rtnl
lock is held), not by reader (no rcu_read_lock is held).

Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/cls_flow.c