Re: [PATCH 4/4] Consolidate equal handlers in tunnel4.c

2007-11-10 Thread David Miller
From: Pavel Emelyanov [EMAIL PROTECTED] Date: Fri, 09 Nov 2007 16:18:48 +0300 Two sets - tunnel[6]4_rcv() and tunnel[6]4_err - do the same thing, but scan for different lists of tunnels, so this code is easily consolidated. Signed-off-by: Pavel Emelyanov [EMAIL PROTECTED] This doesn't

[PATCH 4/4] Consolidate equal handlers in tunnel4.c

2007-11-09 Thread Pavel Emelyanov
Two sets - tunnel[6]4_rcv() and tunnel[6]4_err - do the same thing, but scan for different lists of tunnels, so this code is easily consolidated. Signed-off-by: Pavel Emelyanov [EMAIL PROTECTED] --- diff --git a/net/ipv4/tunnel4.c b/net/ipv4/tunnel4.c index b662a9e..c85547d 100644 ---