Re: [PATCH net-2.6.25 1/3][ROUTE] Collect proc-related functions together

2007-12-05 Thread David Miller
From: Pavel Emelyanov <[EMAIL PROTECTED]> Date: Wed, 05 Dec 2007 20:04:16 +0300 > 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

[PATCH net-2.6.25 1/3][ROUTE] Collect proc-related functions together

2007-12-05 Thread Pavel Emelyanov
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 <[EMAIL PROTECTED]> --- diff --git a/net/ipv4/route.c b