From: Jiri Pirko Date: Tue, 2 Dec 2014 17:00:34 +0000 (+0100) Subject: net_sched: cls_flow: remove faulty use of list_for_each_entry_rcu X-Git-Tag: omap-for-v3.20/drop-legacy-3517~122^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a659cd0616299e3444db701820b5a35ae054e0e;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed