On Mon, 2017-01-23 at 10:59 -0800, Wei Wang wrote: > From: Wei Wang <wei...@google.com> > > Remove __sk_dst_reset() in the failure handling because __sk_dst_reset() > will eventually get called when sk is released. No need to handle it in > the protocol specific connect call. > This is also to make the code path consistent with ipv4. > > Signed-off-by: Wei Wang <wei...@google.com> > ---
Suggested-by: Eric Dumazet <eduma...@google.com> Acked-by: Eric Dumazet <eduma...@google.com> Thanks.