Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217297
b: refs/heads/master
c: ac9303e
h: refs/heads/master
i:
  217295: 95071a9
v: v3
  • Loading branch information
J. Bruce Fields committed Oct 25, 2010
1 parent 751478e commit c43c132
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: 7e4fdd0744fcb9f08854c37643bf529c5945cc36
refs/heads/master: ac9303eb74471bc2567960b47497a8bfbe1e5a03
2 changes: 1 addition & 1 deletion trunk/net/sunrpc/svc_xprt.c
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ void svc_delete_xprt(struct svc_xprt *xprt)

/* Only do this once */
if (test_and_set_bit(XPT_DEAD, &xprt->xpt_flags))
return;
BUG();

dprintk("svc: svc_delete_xprt(%p)\n", xprt);
xprt->xpt_ops->xpo_detach(xprt);
Expand Down

0 comments on commit c43c132

Please sign in to comment.