Re: [PATCH -net 1/2] Convert /proc/net/ipv6_route to seq_file interface

2007-11-06 Thread David Miller
From: Alexey Dobriyan <[EMAIL PROTECTED]> Date: Tue, 6 Nov 2007 15:21:50 +0300 > This removes last proc_net_create() user. Kudos to Benjamin Thery and > Stephen Hemminger for comments on previous version. > > Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> Applied. - To unsubscribe from this

[PATCH -net 1/2] Convert /proc/net/ipv6_route to seq_file interface

2007-11-06 Thread Alexey Dobriyan
This removes last proc_net_create() user. Kudos to Benjamin Thery and Stephen Hemminger for comments on previous version. Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> --- net/ipv6/route.c | 91 +-- 1 file changed, 29 insertions(+), 62 d