Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217296
b: refs/heads/master
c: 7e4fdd0
h: refs/heads/master
v: v3
  • Loading branch information
J. Bruce Fields committed Oct 25, 2010
1 parent 95071a9 commit 751478e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: a663bdd8c5d18d287f7468470816c9e0e66343c1
refs/heads/master: 7e4fdd0744fcb9f08854c37643bf529c5945cc36
3 changes: 0 additions & 3 deletions trunk/net/sunrpc/svc_xprt.c
Original file line number Diff line number Diff line change
Expand Up @@ -936,10 +936,7 @@ void svc_close_xprt(struct svc_xprt *xprt)
/* someone else will have to effect the close */
return;

svc_xprt_get(xprt);
svc_delete_xprt(xprt);
clear_bit(XPT_BUSY, &xprt->xpt_flags);
svc_xprt_put(xprt);
}
EXPORT_SYMBOL_GPL(svc_close_xprt);

Expand Down

0 comments on commit 751478e

Please sign in to comment.