[IPV4] ROUTE: Collect proc-related functions together
authorPavel Emelyanov <xemul@openvz.org>
Thu, 6 Dec 2007 05:13:48 +0000 (21:13 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:56:35 +0000 (14:56 -0800)
commit78c686e9faff05f1194e892d5b1273ce24021ff6
tree4ac7916385f7f88657bafd1cf30abbdfc00457b7
parentf4d900a2cae94256f56be7769734100c7054bf00
[IPV4] ROUTE: Collect proc-related functions together

The net/ipv4/route.c file declares some entries for proc
to dump some routing info. The reading functions are
scattered over this file - collect them together.

Besides, remove a useless IP_RT_ACCT_CPU macro.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/route.c