]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit16d596c9846d85e4246eaa3fbc98403c9a47add7
tree8018874a297838e64f76df8b33a40dc1aeb923e0
parentccb36286ede20d1d99b423b68d36850bbe4ec9f8
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