summaryrefslogtreecommitdiffstats
path: root/net/ipv4/gre.c
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2013-03-25 05:03:40 +0000
committerDavid S. Miller <davem@davemloft.net>2013-03-25 12:23:41 -0400
commit5f64a7dbf593c2317f132c8252d04cdfe8d4b104 (patch)
tree544ab11b3ab0f788ae8a7e087b62ac4590579785 /net/ipv4/gre.c
parent21168245031062212c0b805d0bd466ee6dd4a16f (diff)
downloadlinux-5f64a7dbf593c2317f132c8252d04cdfe8d4b104.tar.gz
linux-5f64a7dbf593c2317f132c8252d04cdfe8d4b104.tar.bz2
linux-5f64a7dbf593c2317f132c8252d04cdfe8d4b104.zip
dsa: fix freeing of sparse port allocation
If we have defined a sparse port allocation which is non-contiguous and contains gaps, the code freeing port_names will just stop when it encouters a first NULL port_names, which is not right, we should iterate over all possible number of ports (DSA_MAX_PORTS) until we are done. Signed-off-by: Florian Fainelli <florian@openwrt.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/gre.c')
0 files changed, 0 insertions, 0 deletions