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

[TCP]: Add missing I/O AT code to ipv6 side.

Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 d84d64dc
......@@ -1732,6 +1732,8 @@ static int tcp_v6_rcv(struct sk_buff *skb)
if (!sock_owned_by_user(sk)) {
#ifdef CONFIG_NET_DMA
struct tcp_sock *tp = tcp_sk(sk);
if (!tp->ucopy.dma_chan && tp->ucopy.pinned_list)
tp->ucopy.dma_chan = get_softnet_dma();
if (tp->ucopy.dma_chan)
ret = tcp_v6_do_rcv(sk, skb);
else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册