Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247734
b: refs/heads/master
c: 9e5e10a
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed May 19, 2011
1 parent 7464a5a commit fe59d87
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: 504f284a713c46c6ecf975fbd20af00f4e205f5b
refs/heads/master: 9e5e10a22507b8d372bcf0e88875d4a3f6ede297
3 changes: 0 additions & 3 deletions trunk/net/rxrpc/ar-connevent.c
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ void rxrpc_process_connection(struct work_struct *work)
{
struct rxrpc_connection *conn =
container_of(work, struct rxrpc_connection, processor);
struct rxrpc_skb_priv *sp;
struct sk_buff *skb;
u32 abort_code = RX_PROTOCOL_ERROR;
int ret;
Expand All @@ -276,8 +275,6 @@ void rxrpc_process_connection(struct work_struct *work)
/* go through the conn-level event packets, releasing the ref on this
* connection that each one has when we've finished with it */
while ((skb = skb_dequeue(&conn->rx_queue))) {
sp = rxrpc_skb(skb);

ret = rxrpc_process_event(conn, skb, &abort_code);
switch (ret) {
case -EPROTO:
Expand Down

0 comments on commit fe59d87

Please sign in to comment.