aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_rules.c
diff options
context:
space:
mode:
authorJon Paul Maloy <jon.maloy@ericsson.com>2015-03-10 12:23:34 -0400
committerDavid S. Miller <davem@davemloft.net>2015-03-10 18:37:36 -0400
commit169bf9121b19dd6029e0a354d33513f61bfbe3d3 (patch)
treec4b4461c37a3657dfae2353f85e06f25333b0e3f /net/ipv4/fib_rules.c
parentfib_trie: Address possible NULL pointer dereference in resize (diff)
downloadlinux-dev-169bf9121b19dd6029e0a354d33513f61bfbe3d3.tar.xz
linux-dev-169bf9121b19dd6029e0a354d33513f61bfbe3d3.zip
tipc: ensure that idle links are deleted when a bearer is disabled
commit afaa3f65f65fda2e7b190aac7e2a75d9a2a77cb6 (tipc: purge links when bearer is disabled) was an attempt to resolve a problem that turned out to have a more profound reason. When we disable a bearer, we delete all its pertaining links if there is no other bearer to perform failover to, or if the module is shutting down. In case there are dual bearers, we wait with deleting links until the failover procedure is finished. However, this misses the case when a link on the removed bearer was already down, so that there will be no failover procedure to finish the link delete. This causes confusion if a new bearer is added to replace the removed one, and also entails a small memory leak. This commit takes the current state of the link into account when deciding when to delete it, and also reverses the above-mentioned commit. Reviewed-by: Erik Hugne <erik.hugne@ericsson.com> Signed-off-by: Jon Maloy <jon.maloy@ericsson.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/fib_rules.c')
0 files changed, 0 insertions, 0 deletions