Eric W. Biederman <[EMAIL PROTECTED]> wrote: > > This patch fix dst reference counting in tcp_v6_send_synack > > Analysis: > Currently tcp_v6_send_synack is never called with a dst entry > so dst always comes in as NULL.
Thanks for the bug fix. BTW, why don't we get rid of the dst argument to rtx_syn_ack altogether? As it is if we ever start using the dst argument these functions could break. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt - 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
