Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193586
b: refs/heads/master
c: 1123fd7
h: refs/heads/master
v: v3
  • Loading branch information
Andy Grover authored and David S. Miller committed Mar 17, 2010
1 parent 0c16291 commit f023041
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: 735f61e62611161588123930823af6e6a9fd5c2c
refs/heads/master: 1123fd734df6ad82373a5a27f0f2ed3115555b9d
2 changes: 1 addition & 1 deletion trunk/net/rds/send.c
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ int rds_sendmsg(struct kiocb *iocb, struct socket *sock, struct msghdr *msg,
int ret = 0;
int queued = 0, allocated_mr = 0;
int nonblock = msg->msg_flags & MSG_DONTWAIT;
long timeo = sock_rcvtimeo(sk, nonblock);
long timeo = sock_sndtimeo(sk, nonblock);

/* Mirror Linux UDP mirror of BSD error message compatibility */
/* XXX: Perhaps MSG_MORE someday */
Expand Down

0 comments on commit f023041

Please sign in to comment.