Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73255
b: refs/heads/master
c: 7a0ff71
h: refs/heads/master
i:
  73253: 19f4dc9
  73251: d14b013
  73247: 65a8567
v: v3
  • Loading branch information
Mitsuru Chinen authored and David S. Miller committed Nov 7, 2007
1 parent 7f359fe commit 7652b25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3f192b5c584b8ecddc6069717aaf36d8fa244713
refs/heads/master: 7a0ff716c2282f4b8d89c65850a4f17399628154
5 changes: 2 additions & 3 deletions trunk/net/ipv6/udp.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,12 +205,11 @@ int udpv6_recvmsg(struct kiocb *iocb, struct sock *sk,
return err;

csum_copy_err:
UDP6_INC_STATS_USER(UDP_MIB_INERRORS, is_udplite);
skb_kill_datagram(sk, skb, flags);

if (flags & MSG_DONTWAIT) {
UDP6_INC_STATS_USER(UDP_MIB_INERRORS, is_udplite);
if (flags & MSG_DONTWAIT)
return -EAGAIN;
}
goto try_again;
}

Expand Down

0 comments on commit 7652b25

Please sign in to comment.