Re: [PATCH] Remove suprious use of goto out: in icmp_reply

2006-02-02 Thread David S. Miller
From: Horms <[EMAIL PROTECTED]> Date: Wed, 1 Feb 2006 13:33:48 +0900 > This seems to be an artifact of the follwoing commit in February '02. > http://www.kernel.org/git/?p=linux/kernel/git/tglx/history.git;a=history;h=e7e173af42dbf37b1d946f9ee00219cb3b2bea6a;f=net/ipv4/icmp.c > > In a nutshell, g

[PATCH] Remove suprious use of goto out: in icmp_reply

2006-01-31 Thread Horms
This seems to be an artifact of the follwoing commit in February '02. http://www.kernel.org/git/?p=linux/kernel/git/tglx/history.git;a=history;h=e7e173af42dbf37b1d946f9ee00219cb3b2bea6a;f=net/ipv4/icmp.c In a nutshell, goto out and return actually do the same thing, and both are called in this fun