Re: [patch 1/3][IPV6]: create route6 proc init-fini functions

2007-12-08 Thread David Miller
From: Daniel Lezcano <[EMAIL PROTECTED]> Date: Fri, 07 Dec 2007 14:13:26 +0100 > Make the proc creation/destruction to be a separate function. That allows to > remove the #ifdef CONFIG_PROC_FS in the init/fini function and make them more > readable. > > Signed-off-by: Daniel Lezcano <[EMAIL PROTE

[patch 1/3][IPV6]: create route6 proc init-fini functions

2007-12-07 Thread Daniel Lezcano
Make the proc creation/destruction to be a separate function. That allows to remove the #ifdef CONFIG_PROC_FS in the init/fini function and make them more readable. Signed-off-by: Daniel Lezcano <[EMAIL PROTECTED]> --- net/ipv6/route.c | 58 +-