diff options
author | Vladimir Oltean <vladimir.oltean@nxp.com> | 2022-02-15 20:02:15 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-02-16 14:21:04 +0300 |
commit | 7b465f4cf39ea1f5df7f425b843578b60f673155 (patch) | |
tree | 83dda87537f59a1468a29831f7f9a9281b41bed1 /net/dsa/dsa2.c | |
parent | b28d580e2939544ea0c56ca7aed7aacef1da466e (diff) | |
download | linux-7b465f4cf39ea1f5df7f425b843578b60f673155.tar.xz |
net: switchdev: rename switchdev_lower_dev_find to switchdev_lower_dev_find_rcu
switchdev_lower_dev_find() assumes RCU read-side critical section
calling context, since it uses netdev_walk_all_lower_dev_rcu().
Rename it appropriately, in preparation of adding a similar iterator
that assumes writer-side rtnl_mutex protection.
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dsa/dsa2.c')
0 files changed, 0 insertions, 0 deletions