Re: [PATCH net-2.6.25] Cleanup IN_DEV_MFORWARD macro

2007-12-11 Thread David Miller
From: Pavel Emelyanov <[EMAIL PROTECTED]> Date: Fri, 07 Dec 2007 19:19:38 +0300 > This is essentially IN_DEV_ANDCONF with proper arguments. > > Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]> Applied, thanks! -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of

Re: [PATCH net-2.6.25] Cleanup IN_DEV_MFORWARD macro

2007-12-07 Thread Herbert Xu
On Fri, Dec 07, 2007 at 07:19:38PM +0300, Pavel Emelyanov wrote: > This is essentially IN_DEV_ANDCONF with proper arguments. > > Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]> Acked-by: Herbert Xu <[EMAIL PROTECTED]> Thanks Pavel! I must have written that one before writing the AND macro :)

[PATCH net-2.6.25] Cleanup IN_DEV_MFORWARD macro

2007-12-07 Thread Pavel Emelyanov
This is essentially IN_DEV_ANDCONF with proper arguments. Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]> --- diff --git a/include/linux/inetdevice.h b/include/linux/inetdevice.h index dd093ea..962a062 100644 --- a/include/linux/inetdevice.h +++ b/include/linux/inetdevice.h @@ -78,9 +78,7 @@