]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit869c1b0251b7256dc5c05ca76a76b3d661280bbe
tree4b5cf6dc7331514181ef3b259de82323c295da06
parent40307995a5f29515b267c3c8847f08c6a86200df
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