Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72622
b: refs/heads/master
c: b4caea8
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Oct 26, 2007
1 parent 4d58f95 commit 67e648d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d84d64dcb3b54c900113f8dcd1240205ae164922
refs/heads/master: b4caea8aa8b4caeda2af6ef6b7f0d43c516815ee
2 changes: 2 additions & 0 deletions trunk/net/ipv6/tcp_ipv6.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 67e648d

Please sign in to comment.