Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186367
b: refs/heads/master
c: f582275
h: refs/heads/master
i:
  186365: d49420e
  186363: 73b7544
  186359: 441f4c1
  186351: 9ee5828
  186335: c35c17b
  186303: 4cc6a77
  186239: a58d2b3
  186111: d2f318f
  185855: 38d116d
  185343: a57c266
  184319: e70477d
v: v3
  • Loading branch information
J. Bruce Fields committed Feb 28, 2010
1 parent 384da4d commit 7a43816
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: ab1b18f70a007ea6caeb007d269abb75b131a410
refs/heads/master: f5822754ea006563e1bf0a1f43faaad49c0d8bb2
3 changes: 1 addition & 2 deletions trunk/net/sunrpc/svc_xprt.c
Original file line number Diff line number Diff line change
Expand Up @@ -706,8 +706,7 @@ int svc_recv(struct svc_rqst *rqstp, long timeout)
spin_unlock_bh(&pool->sp_lock);

len = 0;
if (test_bit(XPT_LISTENER, &xprt->xpt_flags) &&
!test_bit(XPT_CLOSE, &xprt->xpt_flags)) {
if (test_bit(XPT_LISTENER, &xprt->xpt_flags)) {
struct svc_xprt *newxpt;
newxpt = xprt->xpt_ops->xpo_accept(xprt);
if (newxpt) {
Expand Down

0 comments on commit 7a43816

Please sign in to comment.