diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2006-11-09 19:26:09 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-12-03 00:21:46 -0500 |
commit | 9ec75fe85c58471db958386c1604e5006a2e2f69 (patch) | |
tree | b8d3c899dfdb26bf657334ab0573d244fdc057a8 /net/ipv6/tcp_ipv6.c | |
parent | 494b4e7d819246bad67c40897b9eeaf0ce18d5ff (diff) |
[IPV6] tcp: Fix typo _read_mostly --> __read_mostly.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
-rw-r--r-- | net/ipv6/tcp_ipv6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c index 1a3c46c139f8..06b536b47f97 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c | |||
@@ -526,7 +526,7 @@ static void tcp_v6_reqsk_destructor(struct request_sock *req) | |||
526 | kfree_skb(inet6_rsk(req)->pktopts); | 526 | kfree_skb(inet6_rsk(req)->pktopts); |
527 | } | 527 | } |
528 | 528 | ||
529 | static struct request_sock_ops tcp6_request_sock_ops _read_mostly = { | 529 | static struct request_sock_ops tcp6_request_sock_ops __read_mostly = { |
530 | .family = AF_INET6, | 530 | .family = AF_INET6, |
531 | .obj_size = sizeof(struct tcp6_request_sock), | 531 | .obj_size = sizeof(struct tcp6_request_sock), |
532 | .rtx_syn_ack = tcp_v6_send_synack, | 532 | .rtx_syn_ack = tcp_v6_send_synack, |