[Devel] Re: [PATCH][IPV4] Remove bugus goto-s from ip_route_input_slow

David Miller davem at davemloft.net
Sat Nov 10 21:26:57 PST 2007


From: Pavel Emelyanov <xemul at openvz.org>
Date: Sat, 10 Nov 2007 17:27:50 +0300

> Both places look like
> 
>         if (err == XXX) 
>                goto yyy;
>    done:
> 
> while both yyy targets look like
> 
>         err = XXX;
>         goto done;
> 
> so this is ok to remove the above if-s.
> 
> yyy labels are used in other places and are not removed.
> 
> Signed-off-by: Pavel Emelyanov <xemul at openvz.org>

Applied, thanks.




More information about the Devel mailing list