Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291626
b: refs/heads/master
c: a6506e1
h: refs/heads/master
v: v3
  • Loading branch information
Dave Jones authored and David S. Miller committed Mar 20, 2012
1 parent 6a9b4a0 commit 619ffea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 1f85851e17b64cabd089a8a8839dddebc627948c
refs/heads/master: a6506e1486181975d318344143aca722b2b91621
1 change: 0 additions & 1 deletion trunk/net/rds/send.c
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,6 @@ int rds_sendmsg(struct kiocb *iocb, struct socket *sock, struct msghdr *msg,
/* Mirror Linux UDP mirror of BSD error message compatibility */
/* XXX: Perhaps MSG_MORE someday */
if (msg->msg_flags & ~(MSG_DONTWAIT | MSG_CMSG_COMPAT)) {
printk(KERN_INFO "msg_flags 0x%08X\n", msg->msg_flags);
ret = -EOPNOTSUPP;
goto out;
}
Expand Down

0 comments on commit 619ffea

Please sign in to comment.