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
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