diff options
author | David Ahern <[email protected]> | 2016-10-26 13:21:33 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2016-10-29 15:50:30 -0400 |
commit | 46b5ab1a7cfef72cc15e9de135650851619bc406 (patch) | |
tree | 6105fe103b4a3956eaade9ac07004fa013bddb45 /net/switchdev/switchdev.c | |
parent | b917783c7b350518f8c5d88bb5848aa8064408a6 (diff) |
net: dev: Fix non-RCU based lower dev walker
netdev_walk_all_lower_dev is not properly walking the lower device
list. Commit 1a3f060c1a47 made netdev_walk_all_lower_dev similar
to netdev_walk_all_upper_dev_rcu and netdev_walk_all_lower_dev_rcu
but failed to update its netdev_next_lower_dev iterator. This patch
fixes that.
Fixes: 1a3f060c1a47 ("net: Introduce new api for walking upper and
lower devices")
Reported-by: Ido Schimmel <[email protected]>
Signed-off-by: David Ahern <[email protected]>
Tested-by: Ido Schimmel <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/switchdev/switchdev.c')
0 files changed, 0 insertions, 0 deletions