diff options
Diffstat (limited to 'net/rxrpc/ar-connevent.c')
-rw-r--r-- | net/rxrpc/ar-connevent.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/rxrpc/ar-connevent.c b/net/rxrpc/ar-connevent.c index 0505cdc4d6d4..e7ed43a54c41 100644 --- a/net/rxrpc/ar-connevent.c +++ b/net/rxrpc/ar-connevent.c | |||
@@ -259,7 +259,6 @@ void rxrpc_process_connection(struct work_struct *work) | |||
259 | { | 259 | { |
260 | struct rxrpc_connection *conn = | 260 | struct rxrpc_connection *conn = |
261 | container_of(work, struct rxrpc_connection, processor); | 261 | container_of(work, struct rxrpc_connection, processor); |
262 | struct rxrpc_skb_priv *sp; | ||
263 | struct sk_buff *skb; | 262 | struct sk_buff *skb; |
264 | u32 abort_code = RX_PROTOCOL_ERROR; | 263 | u32 abort_code = RX_PROTOCOL_ERROR; |
265 | int ret; | 264 | int ret; |
@@ -276,8 +275,6 @@ void rxrpc_process_connection(struct work_struct *work) | |||
276 | /* go through the conn-level event packets, releasing the ref on this | 275 | /* go through the conn-level event packets, releasing the ref on this |
277 | * connection that each one has when we've finished with it */ | 276 | * connection that each one has when we've finished with it */ |
278 | while ((skb = skb_dequeue(&conn->rx_queue))) { | 277 | while ((skb = skb_dequeue(&conn->rx_queue))) { |
279 | sp = rxrpc_skb(skb); | ||
280 | |||
281 | ret = rxrpc_process_event(conn, skb, &abort_code); | 278 | ret = rxrpc_process_event(conn, skb, &abort_code); |
282 | switch (ret) { | 279 | switch (ret) { |
283 | case -EPROTO: | 280 | case -EPROTO: |