diff --git a/net/core/skmsg.c b/net/core/skmsg.c index 4b160d97b7f92f697836cba6c169ad50eac400a7..7389d5d7e7f81995f6f5630095c6c132e7cddb17 100644 --- a/net/core/skmsg.c +++ b/net/core/skmsg.c @@ -728,8 +728,6 @@ static void sk_psock_skb_redirect(struct sk_buff *skb) (ingress && atomic_read(&sk_other->sk_rmem_alloc) <= sk_other->sk_rcvbuf)) { - if (!ingress) - skb_set_owner_w(skb, sk_other); skb_queue_tail(&psock_other->ingress_skb, skb); schedule_work(&psock_other->work); } else {