diff options
| author | Stephen Hemminger <shemminger@osdl.org> | 2003-05-09 15:25:47 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2003-05-09 15:25:47 -0700 |
| commit | b9d92bc303ccd9abbda95490e2ddd5bf49c0d10e (patch) | |
| tree | 3bff74c704481317df84153e4f011ae6f1122b94 /include/net | |
| parent | cd65eaf5f5fc2663b1f5cdf54d889cf66ce67c49 (diff) | |
[IPV4/IPV6]: inetsw using RCU.
Diffstat (limited to 'include/net')
| -rw-r--r-- | include/net/protocol.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/protocol.h b/include/net/protocol.h index 6f0e4234a442..f67327486a9c 100644 --- a/include/net/protocol.h +++ b/include/net/protocol.h @@ -80,11 +80,9 @@ struct inet_protosw { extern struct inet_protocol *inet_protocol_base; extern struct inet_protocol *inet_protos[MAX_INET_PROTOS]; -extern struct list_head inetsw[SOCK_MAX]; #if defined(CONFIG_IPV6) || defined (CONFIG_IPV6_MODULE) extern struct inet6_protocol *inet6_protos[MAX_INET_PROTOS]; -extern struct list_head inetsw6[SOCK_MAX]; #endif extern int inet_add_protocol(struct inet_protocol *prot, unsigned char num); |
