Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217298
b: refs/heads/master
c: 01dba07
h: refs/heads/master
v: v3
  • Loading branch information
J. Bruce Fields committed Oct 25, 2010
1 parent c43c132 commit ce78748
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: ac9303eb74471bc2567960b47497a8bfbe1e5a03
refs/heads/master: 01dba075d571f5a8b7dcb153fdfd14e981c4cee3
6 changes: 0 additions & 6 deletions trunk/net/sunrpc/svc_xprt.c
Original file line number Diff line number Diff line change
Expand Up @@ -330,12 +330,6 @@ void svc_xprt_enqueue(struct svc_xprt *xprt)
"svc_xprt_enqueue: "
"threads and transports both waiting??\n");

if (test_bit(XPT_DEAD, &xprt->xpt_flags)) {
/* Don't enqueue dead transports */
dprintk("svc: transport %p is dead, not enqueued\n", xprt);
goto out_unlock;
}

pool->sp_stats.packets++;

/* Mark transport as busy. It will remain in this state until
Expand Down

0 comments on commit ce78748

Please sign in to comment.