Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254222
b: refs/heads/master
c: 32c9025
h: refs/heads/master
v: v3
  • Loading branch information
Xufeng Zhang authored and David S. Miller committed Jun 22, 2011
1 parent 25c5b6c commit ce418ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 58fa45973117ab7a79d5b6818275a887867fc4d7
refs/heads/master: 32c90254ed4a0c698caa0794ebb4de63fcc69631
2 changes: 1 addition & 1 deletion trunk/net/ipv6/udp.c
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ int udpv6_recvmsg(struct kiocb *iocb, struct sock *sk,
}
unlock_sock_fast(sk, slow);

if (flags & MSG_DONTWAIT)
if (noblock)
return -EAGAIN;
goto try_again;
}
Expand Down

0 comments on commit ce418ff

Please sign in to comment.