Re: [PATCH net-2.6.25 3/3][ROUTE] Convert rt_hash_lock_init() macro into function

2007-12-05 Thread David Miller
From: Pavel Emelyanov <[EMAIL PROTECTED]> Date: Wed, 05 Dec 2007 20:09:27 +0300 > There's no need in having this function exist in a form > of macro. Properly formatted function looks much better. > > Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]> Also applied, thanks. -- To unsubscribe from

[PATCH net-2.6.25 3/3][ROUTE] Convert rt_hash_lock_init() macro into function

2007-12-05 Thread Pavel Emelyanov
There's no need in having this function exist in a form of macro. Properly formatted function looks much better. Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]> --- diff --git a/net/ipv4/route.c b/net/ipv4/route.c index 3b9c430..6714bbc 100644 --- a/net/ipv4/route.c +++ b/net/ipv4/route.c @@