Re: Re: [PATCH] ipv6:ip6_xmit remove unnecessary np NULL check

2016-11-30 Thread Eric Dumazet
ase(dst); if (err) > > Thanks, > > Rohit Thapliyal > > > > - Original Message - > > Sender : Eric Dumazet > > Date : 2016-11-30 00:26 (GMT+9) > > Title : Re: [PATCH] ipv6:ip6_xmit remove unnecessary np NULL

Re: [PATCH] ipv6:ip6_xmit remove unnecessary np NULL check

2016-11-29 Thread Eric Dumazet
On Tue, 2016-11-29 at 12:02 +0530, Manjeet Pawar wrote: > From: Rohit Thapliyal > > np NULL check doesn't seem required here as it shall never > be NULL anyways in inet6_sk(sk). > > Signed-off-by: Rohit Thapliyal > Signed-off-by: Manjeet Pawar > Signed-off-by: David Miller > Reviewed-by: Akhi

[PATCH] ipv6:ip6_xmit remove unnecessary np NULL check

2016-11-28 Thread Manjeet Pawar
From: Rohit Thapliyal np NULL check doesn't seem required here as it shall never be NULL anyways in inet6_sk(sk). Signed-off-by: Rohit Thapliyal Signed-off-by: Manjeet Pawar Signed-off-by: David Miller Reviewed-by: Akhilesh Kumar --- v2->v3: Modified as per the suggestion from David Miller