[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)
commit1ff1cc202e9a7dbd9f54d1bce5adb44283497185
treef96bc57c92bd111931a26abf95f0c0828a0d17de
parent107f163428b846d7cef68cb6f436788bb2f6c2e1
[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