]> git.baikalelectronics.ru Git - kernel.git/commit
[IPV4] ROUTE: Convert rt_hash_lock_init() macro into function
authorPavel Emelyanov <xemul@openvz.org>
Thu, 6 Dec 2007 05:15:05 +0000 (21:15 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:56:36 +0000 (14:56 -0800)
commit5f2f6825ddcc3eb2bc6e1b9f92f01367bc516d3c
treef96bc57c92bd111931a26abf95f0c0828a0d17de
parent4b604a396efe1b5fd033254c150a4b15c9e29589
[IPV4] ROUTE: Convert rt_hash_lock_init() macro into function

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 <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/route.c