Re: [PATCH 3/4] Cleanup the xfrm4_tunnel_(un)register

2007-11-10 Thread David Miller
From: Pavel Emelyanov <[EMAIL PROTECTED]> Date: Fri, 09 Nov 2007 16:16:23 +0300 > Both check for the family to select an appropriate tunnel list. > Consolidate this check and make the for() loop more readable. > > Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]> Applied, thanks. - To unsubscri

[PATCH 3/4] Cleanup the xfrm4_tunnel_(un)register

2007-11-09 Thread Pavel Emelyanov
Both check for the family to select an appropriate tunnel list. Consolidate this check and make the for() loop more readable. Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]> --- diff --git a/net/ipv4/tunnel4.c b/net/ipv4/tunnel4.c index 7938430..b662a9e 100644 --- a/net/ipv4/tunnel4.c +++ b/n