]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/dccp/dccp.h
Merge branch 'linus' into tracing/kmemtrace2
[linux-2.6-omap-h63xx.git] / net / dccp / dccp.h
index 0bc4c9a02e1964d3f6e0c5431b0a4d968115739a..f2230fc168e14b257028378c49d5227397ae52b7 100644 (file)
@@ -432,10 +432,8 @@ static inline int dccp_ack_pending(const struct sock *sk)
 {
        const struct dccp_sock *dp = dccp_sk(sk);
        return dp->dccps_timestamp_echo != 0 ||
-#ifdef CONFIG_IP_DCCP_ACKVEC
               (dp->dccps_hc_rx_ackvec != NULL &&
                dccp_ackvec_pending(dp->dccps_hc_rx_ackvec)) ||
-#endif
               inet_csk_ack_scheduled(sk);
 }