]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit - net/tipc/bearer.c
tipc: Enhance handling of discovery object creation failures
authorAllan Stephens <Allan.Stephens@windriver.com>
Thu, 21 Apr 2011 18:58:26 +0000 (13:58 -0500)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 10 May 2011 20:03:59 +0000 (16:03 -0400)
commit3a777ff8b14456e15991c9fcc225943453dc3a75
tree50f2b2ca5c9a2a4a1df107da4db00611ae938f32
parentdc63d91eb1cf74233c68b0058dcd477f5d019d02
tipc: Enhance handling of discovery object creation failures

Modifies bearer creation and deletion code to improve handling of
scenarios when a neighbor discovery object cannot be created. The
creation routine now aborts the creation of a bearer if its discovery
object cannot be created, and deletes the newly created bearer, rather
than failing quietly and leaving an unusable bearer hanging around.

Since the exit via the goto label really isn't a definitive failure
in all cases, relabel it appropriately.

Signed-off-by: Allan Stephens <Allan.Stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
net/tipc/bearer.c
net/tipc/discover.c
net/tipc/discover.h