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

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).