skbuff: replace sock_zerocopy_put() with skb_zcopy_put()
Replace sock_zerocopy_put with the generic skb_zcopy_put() function. Pass 'true' as the success argument, as this is identical to no change. Signed-off-by: Jonathan Lemon <jonathan.lemon@gmail.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
committed by
Jakub Kicinski
parent
75518851a2
commit
59776362b1
@ -1429,7 +1429,7 @@ out:
|
||||
tcp_push(sk, flags, mss_now, tp->nonagle, size_goal);
|
||||
}
|
||||
out_nopush:
|
||||
sock_zerocopy_put(uarg);
|
||||
skb_zcopy_put(uarg);
|
||||
return copied + copied_syn;
|
||||
|
||||
do_error:
|
||||
|
Reference in New Issue
Block a user