linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / net / ipv4 / inet_hashtables.c
index 19829f5..d3ec834 100644 (file)
@@ -13,6 +13,7 @@
  *      2 of the License, or (at your option) any later version.
  */
 
+#include <linux/config.h>
 #include <linux/module.h>
 #include <linux/random.h>
 #include <linux/sched.h>
@@ -42,6 +43,8 @@ struct inet_bind_bucket *inet_bind_bucket_create(kmem_cache_t *cachep,
        return tb;
 }
 
+EXPORT_SYMBOL(inet_bind_bucket_create);
+
 /*
  * Caller must hold hashbucket lock for this tb with local BH disabled
  */
@@ -61,6 +64,8 @@ void inet_bind_hash(struct sock *sk, struct inet_bind_bucket *tb,
        inet_csk(sk)->icsk_bind_hash = tb;
 }
 
+EXPORT_SYMBOL(inet_bind_hash);
+
 /*
  * Get rid of any references to a local port held by the given sock.
  */
@@ -309,7 +314,7 @@ ok:
                spin_unlock(&head->lock);
 
                if (tw) {
-                       inet_twsk_deschedule(tw, death_row);
+                       inet_twsk_deschedule(tw, death_row);;
                        inet_twsk_put(tw);
                }