2008-02-13 21:33:46

by Adrian Bunk

[permalink] [raw]
Subject: [2.6 patch] unexport __inet_hash_connect

This patch removes the unused EXPORT_SYMBOL_GPL(__inet_hash_connect).

Signed-off-by: Adrian Bunk <[email protected]>

---
ffa30930d4ba630514fd93ded245456f05358140 diff --git a/net/ipv4/inet_hashtables.c b/net/ipv4/inet_hashtables.c
index 9cac6c0..e6a0072 100644
--- a/net/ipv4/inet_hashtables.c
+++ b/net/ipv4/inet_hashtables.c
@@ -494,7 +494,6 @@ out:
return ret;
}
}
-EXPORT_SYMBOL_GPL(__inet_hash_connect);

/*
* Bind a port for a connect operation and hash it.


2008-02-14 01:39:53

by David Miller

[permalink] [raw]
Subject: Re: [2.6 patch] unexport __inet_hash_connect

From: Adrian Bunk <[email protected]>
Date: Wed, 13 Feb 2008 23:29:46 +0200

> This patch removes the unused EXPORT_SYMBOL_GPL(__inet_hash_connect).
>
> Signed-off-by: Adrian Bunk <[email protected]>

Applied.