OpenVZ Forum


Home » Mailing lists » Devel » [PATCH][IPV4] Remove bugus goto-s from ip_route_input_slow
Re: [PATCH][IPV4] Remove bugus goto-s from ip_route_input_slow [message #23045 is a reply to message #23032] Sun, 11 November 2007 05:26 Go to previous message
davem is currently offline  davem
Messages: 463
Registered: February 2006
Senior Member
From: Pavel Emelyanov <xemul@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@openvz.org>

Applied, thanks.
 
Read Message
Read Message
Previous Topic: [BUG]: Crash with CONFIG_FAIR_CGROUP_SCHED=y
Next Topic: [PATCH] Make helper to get dst entry and "use" is
Goto Forum:
  


Current Time: Mon Nov 18 21:24:42 GMT 2024

Total time taken to generate the page: 0.03036 seconds