On Mon, 2017-01-23 at 10:59 -0800, Wei Wang wrote: > From: Wei Wang <[email protected]> > > 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 <[email protected]> > ---
Suggested-by: Eric Dumazet <[email protected]> Acked-by: Eric Dumazet <[email protected]> Thanks.
