On Sun, Dec 02, 2007 at 12:48:08AM +0200, Ilpo Järvinen wrote:
> 
> This work was mostly done by David S. Miller.

...

> @@ -253,6 +254,8 @@ struct sk_buff {
>       struct sk_buff          *next;
>       struct sk_buff          *prev;
> 
> +     struct rb_node          rb;

Did David really do this? :)

I suppose if we moved this into cb (by growing it by the required amount)
then at least the new space can be used by others.

Cheers,
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to