diff options
author | Arnaldo Carvalho de Melo <acme@mandriva.com> | 2006-03-21 00:24:19 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-03-21 00:24:19 -0500 |
commit | 075ae86611011e1acdda9df6a7e30f8508b31fd6 (patch) | |
tree | 964bd1489ca16e3bbdc41a455b2a2db8e7801f2a /net/dccp/ipv4.c | |
parent | 0a1ec676ddbee712e1c1da679be4bdc529caf215 (diff) |
[DCCP]: Move dccp_hashinfo from ipv4.c to the core
As it is used by both ipv4 and ipv6.
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dccp/ipv4.c')
-rw-r--r-- | net/dccp/ipv4.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/net/dccp/ipv4.c b/net/dccp/ipv4.c index f087593d64d3..a7332f0f85c4 100644 --- a/net/dccp/ipv4.c +++ b/net/dccp/ipv4.c | |||
@@ -30,14 +30,6 @@ | |||
30 | #include "dccp.h" | 30 | #include "dccp.h" |
31 | #include "feat.h" | 31 | #include "feat.h" |
32 | 32 | ||
33 | struct inet_hashinfo __cacheline_aligned dccp_hashinfo = { | ||
34 | .lhash_lock = RW_LOCK_UNLOCKED, | ||
35 | .lhash_users = ATOMIC_INIT(0), | ||
36 | .lhash_wait = __WAIT_QUEUE_HEAD_INITIALIZER(dccp_hashinfo.lhash_wait), | ||
37 | }; | ||
38 | |||
39 | EXPORT_SYMBOL_GPL(dccp_hashinfo); | ||
40 | |||
41 | static int dccp_v4_get_port(struct sock *sk, const unsigned short snum) | 33 | static int dccp_v4_get_port(struct sock *sk, const unsigned short snum) |
42 | { | 34 | { |
43 | return inet_csk_get_port(&dccp_hashinfo, sk, snum, | 35 | return inet_csk_get_port(&dccp_hashinfo, sk, snum, |