On Wednesday 22 February 2006 09:26, you wrote:
> Fairly trivial.  The extra conditional should get optimized away with
> current code.  But it also allows to walk through network drivers and
> get rid of the permanent
>       if (skb)
>               kfree(skb);
> conditionals.

I am all for this change, but I am wondering how this is
possible to get optimized away... The compiler can't know
if a skb variable is NULL or not, at runtime.

-- 
Greetings Michael.

Attachment: pgpzCBWZp4AHk.pgp
Description: PGP signature

Reply via email to