diff options
| author | Ilpo Järvinen <[email protected]> | 2008-11-25 21:45:29 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2008-11-25 21:45:29 +0000 |
| commit | 8eecaba900e89643029fd2c253ad8ebb60761165 (patch) | |
| tree | 0b26268a6e0e97e9e859c25d2367cec0bff837f1 /net/ipv4/tcp_input.c | |
| parent | Revert "hso: Fix crashes on close." (diff) | |
| download | kernel-8eecaba900e89643029fd2c253ad8ebb60761165.tar.gz kernel-8eecaba900e89643029fd2c253ad8ebb60761165.zip | |
tcp: tcp_limit_reno_sacked can become static
Signed-off-by: Ilpo Järvinen <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/ipv4/tcp_input.c')
| -rw-r--r-- | net/ipv4/tcp_input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c index 9f8a80ba17bd..d67b6e9cc540 100644 --- a/net/ipv4/tcp_input.c +++ b/net/ipv4/tcp_input.c @@ -1940,7 +1940,7 @@ out: /* Limits sacked_out so that sum with lost_out isn't ever larger than * packets_out. Returns zero if sacked_out adjustement wasn't necessary. */ -int tcp_limit_reno_sacked(struct tcp_sock *tp) +static int tcp_limit_reno_sacked(struct tcp_sock *tp) { u32 holes; |
