OSDN Git Service

tcp: uninline tcp_write_queue_purge()
authorEric Dumazet <edumazet@google.com>
Fri, 6 Oct 2017 05:21:22 +0000 (22:21 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 6 Oct 2017 23:28:53 +0000 (00:28 +0100)
commitac3f09ba3e496bd7cc780ead05b1d1bb5f33aedb
tree8018874a297838e64f76df8b33a40dc1aeb923e0
parent18a4c0eab2623cc95be98a1e6af1ad18e7695977
tcp: uninline tcp_write_queue_purge()

Since the upcoming rtx rbtree will add some extra code,
it is time to not inline this fat function anymore.

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