]> git.baikalelectronics.ru Git - kernel.git/commit
net: tcp: refactor reinitialization of congestion control
authorDaniel Borkmann <dborkman@redhat.com>
Mon, 5 Jan 2015 22:57:45 +0000 (23:57 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Jan 2015 03:55:24 +0000 (22:55 -0500)
commit92be1019c2c92d52f754730d0bff385ff6d7cb02
tree7fade0d785249024d74bba7c36528244591f9581
parentc7f7b6d24216ee9a8b8af9689ad4f69b7277b742
net: tcp: refactor reinitialization of congestion control

We can just move this to an extra function and make the code
a bit more readable, no functional change.

Joint work with Florian Westphal.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_cong.c