]> git.baikalelectronics.ru Git - kernel.git/commit
skbuff: replace sock_zerocopy_put() with skb_zcopy_put()
authorJonathan Lemon <jonathan.lemon@gmail.com>
Wed, 6 Jan 2021 22:18:32 +0000 (14:18 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 8 Jan 2021 00:06:37 +0000 (16:06 -0800)
commit03b1d92c3800e9d6370d266c85828be72481beca
tree1100d3b65258ec35cbb644d1c35705e1576d24f3
parent04fe7b108d9b0dafdd121a802a8e53b292f6d9e6
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>
include/linux/skbuff.h
net/core/skbuff.c
net/ipv4/tcp.c