]> 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)
commitfdec3292d054cfb88f06d184702caefea459955a
tree1100d3b65258ec35cbb644d1c35705e1576d24f3
parent5f4c944f02c3dbedb235af2c24a94070f5b78896
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