mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-23 19:21:46 +00:00
packet: remove some pointless conditionals before kfree_skb()
Remove some pointless conditionals before kfree_skb(). Signed-off-by: Wei Yongjun <yjwei@cn.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
ce030edfb4
commit
acb5d75b9b
@ -756,8 +756,7 @@ ring_is_full:
|
||||
spin_unlock(&sk->sk_receive_queue.lock);
|
||||
|
||||
sk->sk_data_ready(sk, 0);
|
||||
if (copy_skb)
|
||||
kfree_skb(copy_skb);
|
||||
kfree_skb(copy_skb);
|
||||
goto drop_n_restore;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user