Signed-off-by: Francois Romieu <[EMAIL PROTECTED]>
diff --git a/net/ipv4/tcp_compound.c b/net/ipv4/tcp_compound.c index bc54f7e..a3c36c0 100644 --- a/net/ipv4/tcp_compound.c +++ b/net/ipv4/tcp_compound.c @@ -401,6 +401,7 @@ static void tcp_compound_cong_avoid(stru static void tcp_compound_get_info(struct sock *sk, u32 ext, struct sk_buff *skb) { const struct compound *ca = inet_csk_ca(sk); + if (ext & (1 << (INET_DIAG_VEGASINFO - 1))) { struct tcpvegas_info *info; @@ -411,7 +412,6 @@ static void tcp_compound_get_info(struct info->tcpv_rttcnt = ca->cntRTT; info->tcpv_rtt = ca->baseRTT; info->tcpv_minrtt = ca->minRTT; - rtattr_failure:; } } - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html