net: inline skb_zerocopy_iter_dgram
authorPavel Begunkov <asml.silence@gmail.com>
Thu, 28 Apr 2022 10:58:45 +0000 (11:58 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 30 Apr 2022 11:58:44 +0000 (12:58 +0100)
commit657dd5f97b2ed16cdaa6339f42f9130240af1c04
tree4b5cf6dc7331514181ef3b259de82323c295da06
parentde32bc6aad09131a30b4a9a738e2bf2ba5a9a5aa
net: inline skb_zerocopy_iter_dgram

skb_zerocopy_iter_dgram() is a small proxy function, inline it. For
that, move __zerocopy_sg_from_iter into linux/skbuff.h

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/skbuff.h
net/core/datagram.c
net/core/datagram.h [deleted file]
net/core/skbuff.c