[PATCH net-next 9/9] net: Remove no_route label

2015-09-23 Thread David Ahern
Move no_route code into helper. Add call to helper at jump sites and remove goto label. Signed-off-by: David Ahern --- net/ipv4/route.c | 36 +++- 1 file changed, 23 insertions(+), 13 deletions(-) diff --git a/net/ipv4/route.c b/net/ipv4/route.c index 34024641454

[PATCH net-next 9/9] net: Remove no_route label

2015-09-22 Thread David Ahern
Move no_route code into helper. Add call to helper at jump sites and remove goto label. Signed-off-by: David Ahern --- net/ipv4/route.c | 40 ++-- 1 file changed, 26 insertions(+), 14 deletions(-) diff --git a/net/ipv4/route.c b/net/ipv4/route.c index 454c38b