Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192355
b: refs/heads/master
c: 788e69e
h: refs/heads/master
i:
  192353: 3ed00b0
  192351: d85f424
v: v3
  • Loading branch information
J. Bruce Fields committed Mar 30, 2010
1 parent 3c0bd65 commit 17af6a4
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: a5990ea1254cd186b38744507aeec3136a0c1c95
refs/heads/master: 788e69e548cc8d127b90f0de1f7b7e983d1d587a
2 changes: 1 addition & 1 deletion trunk/net/sunrpc/svc_xprt.c
Original file line number Diff line number Diff line change
Expand Up @@ -892,12 +892,12 @@ void svc_delete_xprt(struct svc_xprt *xprt)
*/
if (test_bit(XPT_TEMP, &xprt->xpt_flags))
serv->sv_tmpcnt--;
spin_unlock_bh(&serv->sv_lock);

while ((dr = svc_deferred_dequeue(xprt)) != NULL)
kfree(dr);

svc_xprt_put(xprt);
spin_unlock_bh(&serv->sv_lock);
}

void svc_close_xprt(struct svc_xprt *xprt)
Expand Down

0 comments on commit 17af6a4

Please sign in to comment.