Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288506
b: refs/heads/master
c: c017386
h: refs/heads/master
v: v3
  • Loading branch information
Anton Blanchard authored and Linus Torvalds committed Mar 17, 2012
1 parent e1693aa commit 6d9fc88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2c724fb92732c0b2a5629eb8af74e82eb62ac947
refs/heads/master: c0173863528a8c9212c53e080d63a1aaae5ef4f4
3 changes: 3 additions & 0 deletions trunk/fs/afs/rxrpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ int afs_make_call(struct in_addr *addr, struct afs_call *call, gfp_t gfp,
struct msghdr msg;
struct kvec iov[1];
int ret;
struct sk_buff *skb;

_enter("%x,{%d},", addr->s_addr, ntohs(call->port));

Expand Down Expand Up @@ -380,6 +381,8 @@ int afs_make_call(struct in_addr *addr, struct afs_call *call, gfp_t gfp,

error_do_abort:
rxrpc_kernel_abort_call(rxcall, RX_USER_ABORT);
while ((skb = skb_dequeue(&call->rx_queue)))
afs_free_skb(skb);
rxrpc_kernel_end_call(rxcall);
call->rxcall = NULL;
error_kill_call:
Expand Down

0 comments on commit 6d9fc88

Please sign in to comment.