]> git.baikalelectronics.ru Git - kernel.git/commit
vlan: remove usage of dev->master in __vlan_find_dev_deep()
authorJiri Pirko <jiri@resnulli.us>
Thu, 3 Jan 2013 22:48:59 +0000 (22:48 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 4 Jan 2013 21:31:50 +0000 (13:31 -0800)
commit76cf2871bcf5de1f1f1720ac1759d0226b4ceb7b
tree893eedba01dffce45af04d594a8ba2fdb7ae3e0f
parent98bba514808e18cedd2c41d76f3fa29a5581c768
vlan: remove usage of dev->master in __vlan_find_dev_deep()

Also, since all users call __vlan_find_dev_deep() with rcu_read_lock,
make no possibility to call this with rtnl mutex held only.

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