Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186157
b: refs/heads/master
c: 9fcfe0c
h: refs/heads/master
i:
  186155: 11ab4e4
v: v3
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed Mar 2, 2010
1 parent a9708cc commit ff98668
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 0f79fd6f5c52e05918e44996b0a1b18383d0fbc2
refs/heads/master: 9fcfe0c83c3b04a759cde6b8c5f961237f17808b
5 changes: 5 additions & 0 deletions trunk/net/sunrpc/xprtsock.c
Original file line number Diff line number Diff line change
Expand Up @@ -1912,6 +1912,11 @@ static void xs_tcp_setup_socket(struct rpc_xprt *xprt,
case -EALREADY:
xprt_clear_connecting(xprt);
return;
case -EINVAL:
/* Happens, for instance, if the user specified a link
* local IPv6 address without a scope-id.
*/
goto out;
}
out_eagain:
status = -EAGAIN;
Expand Down

0 comments on commit ff98668

Please sign in to comment.