Re: remove useless test in ip6_append_data

2006-03-10 Thread David S. Miller
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]> Date: Mon, 06 Mar 2006 16:42:05 +0900 (JST) > In article <[EMAIL PROTECTED]> (at Mon, 6 Mar 2006 02:34:16 -0500), Dave > Jones <[EMAIL PROTECTED]> says: > > > We've already dereferenced 'np' a dozen > > times at this point, so it's safe to say it's not

Re: remove useless test in ip6_append_data

2006-03-05 Thread YOSHIFUJI Hideaki / 吉藤英明
In article <[EMAIL PROTECTED]> (at Mon, 6 Mar 2006 02:34:16 -0500), Dave Jones <[EMAIL PROTECTED]> says: > We've already dereferenced 'np' a dozen > times at this point, so it's safe to say it's not null. > > Signed-off-by: Dave Jones <[EMAIL PROTECTED]> Agreed. --yoshfuji - To unsubscribe fro

remove useless test in ip6_append_data

2006-03-05 Thread Dave Jones
We've already dereferenced 'np' a dozen times at this point, so it's safe to say it's not null. Signed-off-by: Dave Jones <[EMAIL PROTECTED]> --- linux-2.6.15.noarch/net/ipv6/ip6_output.c~ 2006-03-06 02:22:05.0 -0500 +++ linux-2.6.15.noarch/net/ipv6/ip6_output.c 2006-03-06 02:23:47.00