]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
netpoll: move netpoll_send_skb() out of line
authorEric Dumazet <edumazet@google.com>
Thu, 7 May 2020 16:32:19 +0000 (09:32 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 May 2020 01:11:07 +0000 (18:11 -0700)
commitfb1eee476b0d3be3e58dac1a3a96f726c6278bed
tree614951bd80513fb769c7fb6fca40c95c85dd7fa3
parent307f660d056b5eb8f5bb2328fac3915ab75b5007
netpoll: move netpoll_send_skb() out of line

There is no need to inline this helper, as we intend to add more
code in this function.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netpoll.h
net/core/netpoll.c