Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82471
b: refs/heads/master
c: 6bc5ab1
h: refs/heads/master
i:
  82469: fbb4a3f
  82467: bb8e125
  82463: e595dfe
v: v3
  • Loading branch information
Tom Tucker authored and J. Bruce Fields committed Feb 1, 2008
1 parent fc3b08e commit 0f4ede9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: a6046f71f2b598af241e7496a8ead90f2979224b
refs/heads/master: 6bc5ab1367e43e59671d3fd19e6b0d2e4c138323
3 changes: 1 addition & 2 deletions trunk/net/sunrpc/svcsock.c
Original file line number Diff line number Diff line change
Expand Up @@ -1106,8 +1106,6 @@ static struct svc_xprt *svc_tcp_accept(struct svc_xprt *xprt)
}
memcpy(&newsvsk->sk_local, sin, slen);

svc_xprt_received(&newsvsk->sk_xprt);

if (serv->sv_stats)
serv->sv_stats->nettcpconn++;

Expand Down Expand Up @@ -1591,6 +1589,7 @@ svc_recv(struct svc_rqst *rqstp, long timeout)
*/
__module_get(newxpt->xpt_class->xcl_owner);
svc_check_conn_limits(svsk->sk_xprt.xpt_server);
svc_xprt_received(newxpt);
}
svc_xprt_received(&svsk->sk_xprt);
} else {
Expand Down

0 comments on commit 0f4ede9

Please sign in to comment.