提交 9ec75fe8 编写于 作者: D David S. Miller

[IPV6] tcp: Fix typo _read_mostly --> __read_mostly.

Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 494b4e7d
......@@ -526,7 +526,7 @@ static void tcp_v6_reqsk_destructor(struct request_sock *req)
kfree_skb(inet6_rsk(req)->pktopts);
}
static struct request_sock_ops tcp6_request_sock_ops _read_mostly = {
static struct request_sock_ops tcp6_request_sock_ops __read_mostly = {
.family = AF_INET6,
.obj_size = sizeof(struct tcp6_request_sock),
.rtx_syn_ack = tcp_v6_send_synack,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册