commit | 894276e85c1602b0b7e309ed03700380cdf3245c | [log] [tgz] |
---|---|---|
author | Ido Schimmel <idosch@mellanox.com> | Fri Feb 21 19:54:10 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sat Feb 22 21:24:51 2020 -0800 |
tree | 211fb658ae4fd3847826710cf5e6a557b613b6f6 | |
parent | 20bf5d82bbec128c3ead91c6f98cfcd45df21013 [diff] |
mlxsw: spectrum_router: Take router lock from inside routing code There are several work items in the routing code that currently rely on RTNL lock to guard against concurrent changes. Have these work items acquire the router lock in preparation for the removal for RTNL lock from the routing code. Signed-off-by: Ido Schimmel <idosch@mellanox.com> Acked-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>