This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / net / ipv4 / tcp_input.c
index 86cca86..50bfea9 100644 (file)
@@ -3028,8 +3028,8 @@ void tcp_parse_options(struct sk_buff *skb, struct tcp_opt *tp, int estab)
                                                        tp->snd_wscale = *(__u8 *)ptr;
                                                        if(tp->snd_wscale > 14) {
                                                                if(net_ratelimit())
-                                                                       printk(KERN_INFO "tcp_parse_options: Illegal window "
-                                                                              "scaling value %d >14 received.\n",
+                                                                       printk("tcp_parse_options: Illegal window "
+                                                                              "scaling value %d >14 received.",
                                                                               tp->snd_wscale);
                                                                tp->snd_wscale = 14;
                                                        }
@@ -3941,7 +3941,6 @@ void tcp_cwnd_application_limited(struct sock *sk)
        tp->snd_cwnd_stamp = tcp_time_stamp;
 }
 
-EXPORT_SYMBOL_GPL(tcp_cwnd_application_limited);
 
 /* When incoming ACK allowed to free some skb from write_queue,
  * we remember this event in flag sk->sk_queue_shrunk and wake up socket
@@ -4958,6 +4957,7 @@ discard:
 
 EXPORT_SYMBOL(sysctl_tcp_ecn);
 EXPORT_SYMBOL(sysctl_tcp_reordering);
+EXPORT_SYMBOL_GPL(tcp_cwnd_application_limited);
 EXPORT_SYMBOL(tcp_parse_options);
 EXPORT_SYMBOL(tcp_rcv_established);
 EXPORT_SYMBOL(tcp_rcv_state_process);