Pavel Emelyanov
b1667609cd
[IPV4]: Remove bugus goto-s from ip_route_input_slow
...
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>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-11-10 21:26:41 -08:00
..
2007-11-06 08:02:53 -06:00
2007-10-10 16:52:52 -07:00
2007-11-07 04:15:02 -08:00
2007-11-01 00:39:31 -07:00
2007-11-01 00:39:31 -07:00
2007-11-01 00:39:31 -07:00
2007-11-01 00:39:31 -07:00
2007-11-07 04:08:25 -08:00
2007-11-07 04:15:04 -08:00
2007-11-07 04:15:11 -08:00
2007-11-07 04:08:55 -08:00
2007-11-01 00:39:31 -07:00
2007-10-23 21:27:50 -07:00
2007-11-07 04:11:44 -08:00
2007-11-10 21:26:41 -08:00
2007-11-07 04:15:11 -08:00
2007-11-01 00:39:31 -07:00
2007-11-01 02:26:38 -07:00
2007-11-01 00:39:31 -07:00
2007-11-01 00:39:31 -07:00
2007-02-14 08:09:54 -08:00
2007-11-01 00:39:31 -07:00
2007-11-02 08:47:06 +01:00
2007-11-07 04:08:24 -08:00
2007-10-26 04:29:08 -07:00
2007-11-07 04:15:12 -08:00
2007-11-01 00:39:31 -07:00
2007-11-01 00:39:31 -07:00
2007-10-19 11:53:42 -07:00
2007-11-01 00:39:31 -07:00
2007-11-02 08:47:06 +01:00
2007-11-07 04:11:45 -08:00
2007-11-07 04:09:00 -08:00
2007-11-02 08:47:06 +01:00
2007-11-01 00:39:31 -07:00
2007-11-01 00:39:31 -07:00
2007-10-10 16:49:06 -07:00
2007-10-12 14:51:01 -07:00
2007-11-01 00:39:31 -07:00
2007-11-02 08:47:06 +01:00
2007-07-16 09:05:45 -07:00
2007-10-10 16:52:46 -07:00
2007-07-14 15:13:40 -05:00
2006-03-28 09:16:06 -08:00
2007-10-29 22:37:34 -07:00
2006-06-30 19:25:36 +02:00