[PATCH net-next 8/9] net: Remove local_input label

2015-09-23 Thread David Ahern
Move calls to ip_route_local_input to jump sites and remove local_input label. Signed-off-by: David Ahern --- net/ipv4/route.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/net/ipv4/route.c b/net/ipv4/route.c index c23bb0965966..340246414545 100644 --- a/net/ip

[PATCH net-next 8/9] net: Remove local_input label

2015-09-22 Thread David Ahern
Move calls to ip_route_local_input to jump sites and remove local_input label. Signed-off-by: David Ahern --- net/ipv4/route.c | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/net/ipv4/route.c b/net/ipv4/route.c index efc8e58c1964..454c38bd23a8 100644 --- a/ne