Re: [PATCH] 2.5.45 : net/ipv4/ipconfig.c

David S. Miller (davem@redhat.com)
02 Nov 2002 02:14:47 -0800


On Fri, 2002-11-01 at 23:43, Frank Davis wrote:
> Hello all,
> The following patch moves a variable to a place prior to a label (no
> reinitialization). Please review.

I definitely consider the existing code much cleaner, and GCC
allocated registers much more effectively when you place variables
only in the inner most scope in which they are used.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/