* [PATCH] mark vcc_remove_socket static
@ 2004-10-24 13:26 Christoph Hellwig
0 siblings, 0 replies; only message in thread
From: Christoph Hellwig @ 2004-10-24 13:26 UTC (permalink / raw)
To: davem; +Cc: netdev
--- 1.33/include/linux/atmdev.h 2004-10-21 06:51:48 +02:00
+++ edited/include/linux/atmdev.h 2004-10-23 16:06:06 +02:00
@@ -395,7 +395,6 @@
void atm_dev_deregister(struct atm_dev *dev);
void shutdown_atm_dev(struct atm_dev *dev);
void vcc_insert_socket(struct sock *sk);
-void vcc_remove_socket(struct sock *sk);
/*
--- 1.55/net/atm/common.c 2004-10-21 06:50:41 +02:00
+++ edited/net/atm/common.c 2004-10-23 16:06:20 +02:00
@@ -57,7 +57,7 @@
write_unlock_irq(&vcc_sklist_lock);
}
-void vcc_remove_socket(struct sock *sk)
+static void vcc_remove_socket(struct sock *sk)
{
write_lock_irq(&vcc_sklist_lock);
sk_del_node_init(sk);
@@ -86,7 +86,6 @@
EXPORT_SYMBOL(vcc_hash);
EXPORT_SYMBOL(vcc_sklist_lock);
EXPORT_SYMBOL(vcc_insert_socket);
-EXPORT_SYMBOL(vcc_remove_socket);
static void vcc_sock_destruct(struct sock *sk)
{
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-10-24 13:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-24 13:26 [PATCH] mark vcc_remove_socket static Christoph Hellwig
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.