[INET]: congestion and af_ops can be const

The congestion ops and af_ops in the inet_connection_sock
can be const.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Stephen Hemminger and committed by
David S. Miller
770cfbcf 49cd619c

+2 -2
+2 -2
include/net/inet_connection_sock.h
··· 83 83 struct timer_list icsk_delack_timer; 84 84 __u32 icsk_rto; 85 85 __u32 icsk_pmtu_cookie; 86 - struct tcp_congestion_ops *icsk_ca_ops; 87 - struct inet_connection_sock_af_ops *icsk_af_ops; 86 + const struct tcp_congestion_ops *icsk_ca_ops; 87 + const struct inet_connection_sock_af_ops *icsk_af_ops; 88 88 unsigned int (*icsk_sync_mss)(struct sock *sk, u32 pmtu); 89 89 __u8 icsk_ca_state; 90 90 __u8 icsk_retransmits;