diff options
author | Ido Schimmel <idosch@mellanox.com> | 2016-01-18 17:30:22 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-01-18 11:52:38 -0500 |
commit | 60a6531bfe49555581ccd65f66a350cc5693fcde (patch) | |
tree | abbbac4aaf6fe529dec3bd9a413626517497d4a0 /Kbuild | |
parent | 918f618f564e208dd181d8ac7525694ccf4bc097 (diff) | |
download | op-kernel-dev-60a6531bfe49555581ccd65f66a350cc5693fcde.zip op-kernel-dev-60a6531bfe49555581ccd65f66a350cc5693fcde.tar.gz |
team: Replace rcu_read_lock with a mutex in team_vlan_rx_kill_vid
We can't be within an RCU read-side critical section when deleting
VLANs, as underlying drivers might sleep during the hardware operation.
Therefore, replace the RCU critical section with a mutex. This is
consistent with team_vlan_rx_add_vid.
Fixes: 3d249d4ca7d0 ("net: introduce ethernet teaming device")
Acked-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions