netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.6 patch] remove sctp_assoc_proc_exit()
@ 2008-07-22 17:20 Adrian Bunk
  2008-07-22 18:05 ` Neil Horman
  2008-07-23  0:21 ` Vlad Yasevich
  0 siblings, 2 replies; 3+ messages in thread
From: Adrian Bunk @ 2008-07-22 17:20 UTC (permalink / raw)
  To: Neil Horman, Vlad Yasevich, David S. Miller, sri; +Cc: linux-sctp, netdev

Commit 20c2c1fd6c842caf70dcb1d94b9d58861949fd3d
(sctp: add sctp/remaddr table to complete RFC remote address table OID)
added an unused sctp_assoc_proc_exit() function that seems to have been 
unintentionally created when copying the assocs code.

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---
3020dff4c136f6e7f98e0c02f8b5e1cedfa75d2f 
diff --git a/net/sctp/proc.c b/net/sctp/proc.c
index 5dd8983..f268910 100644
--- a/net/sctp/proc.c
+++ b/net/sctp/proc.c
@@ -519,8 +519,3 @@ int __init sctp_remaddr_proc_init(void)
 
 	return 0;
 }
-
-void sctp_assoc_proc_exit(void)
-{
-	remove_proc_entry("remaddr", proc_net_sctp);
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [2.6 patch] remove sctp_assoc_proc_exit()
  2008-07-22 17:20 [2.6 patch] remove sctp_assoc_proc_exit() Adrian Bunk
@ 2008-07-22 18:05 ` Neil Horman
  2008-07-23  0:21 ` Vlad Yasevich
  1 sibling, 0 replies; 3+ messages in thread
From: Neil Horman @ 2008-07-22 18:05 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: Vlad Yasevich, David S. Miller, sri, linux-sctp, netdev

On Tue, Jul 22, 2008 at 08:20:57PM +0300, Adrian Bunk wrote:
> Commit 20c2c1fd6c842caf70dcb1d94b9d58861949fd3d
> (sctp: add sctp/remaddr table to complete RFC remote address table OID)
> added an unused sctp_assoc_proc_exit() function that seems to have been 
> unintentionally created when copying the assocs code.
> 
> Signed-off-by: Adrian Bunk <bunk@kernel.org>
> 
> ---
> 3020dff4c136f6e7f98e0c02f8b5e1cedfa75d2f 
> diff --git a/net/sctp/proc.c b/net/sctp/proc.c
> index 5dd8983..f268910 100644
> --- a/net/sctp/proc.c
> +++ b/net/sctp/proc.c
> @@ -519,8 +519,3 @@ int __init sctp_remaddr_proc_init(void)
>  
>  	return 0;
>  }
> -
> -void sctp_assoc_proc_exit(void)
> -{
> -	remove_proc_entry("remaddr", proc_net_sctp);
> -}
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sctp" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

Thanks Adrian!

Acked-by: Neil Horman <nhorman@tuxdriver.com>
-- 
/****************************************************
 * Neil Horman <nhorman@tuxdriver.com>
 * Software Engineer, Red Hat
 ****************************************************/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [2.6 patch] remove sctp_assoc_proc_exit()
  2008-07-22 17:20 [2.6 patch] remove sctp_assoc_proc_exit() Adrian Bunk
  2008-07-22 18:05 ` Neil Horman
@ 2008-07-23  0:21 ` Vlad Yasevich
  1 sibling, 0 replies; 3+ messages in thread
From: Vlad Yasevich @ 2008-07-23  0:21 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: Neil Horman, David S. Miller, sri, linux-sctp, netdev

Adrian Bunk wrote:
> Commit 20c2c1fd6c842caf70dcb1d94b9d58861949fd3d
> (sctp: add sctp/remaddr table to complete RFC remote address table OID)
> added an unused sctp_assoc_proc_exit() function that seems to have been 
> unintentionally created when copying the assocs code.
> 
> Signed-off-by: Adrian Bunk <bunk@kernel.org>
> 
>


Acked-by: Vlad Yasevich <vladislav.yasevich@hp.com>

Thanks Adrian
-vlad

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-07-23  0:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-22 17:20 [2.6 patch] remove sctp_assoc_proc_exit() Adrian Bunk
2008-07-22 18:05 ` Neil Horman
2008-07-23  0:21 ` Vlad Yasevich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).