diff options
Diffstat (limited to 'net/rxrpc/input.c')
-rw-r--r-- | net/rxrpc/input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rxrpc/input.c b/net/rxrpc/input.c index d122c53c8697..157be1ff8697 100644 --- a/net/rxrpc/input.c +++ b/net/rxrpc/input.c | |||
@@ -1262,8 +1262,8 @@ int rxrpc_input_packet(struct sock *udp_sk, struct sk_buff *skb) | |||
1262 | 1262 | ||
1263 | if (nskb != skb) { | 1263 | if (nskb != skb) { |
1264 | rxrpc_eaten_skb(skb, rxrpc_skb_received); | 1264 | rxrpc_eaten_skb(skb, rxrpc_skb_received); |
1265 | rxrpc_new_skb(skb, rxrpc_skb_unshared); | ||
1266 | skb = nskb; | 1265 | skb = nskb; |
1266 | rxrpc_new_skb(skb, rxrpc_skb_unshared); | ||
1267 | sp = rxrpc_skb(skb); | 1267 | sp = rxrpc_skb(skb); |
1268 | } | 1268 | } |
1269 | } | 1269 | } |