Re: [1/3] [NET]: Clean up skb_linearize

2006-06-09 Thread David Miller
From: Herbert Xu <[EMAIL PROTECTED]> Date: Fri, 9 Jun 2006 17:42:34 +1000 > [NET]: Clean up skb_linearize Looks good, applied to net-2.6.18 - 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.

[1/3] [NET]: Clean up skb_linearize

2006-06-09 Thread Herbert Xu
Hi: The following patches are based on net-2.6.18. [NET]: Clean up skb_linearize The linearisation operation doesn't need to be super-optimised. So we can replace __skb_linearize with __pskb_pull_tail which does the same thing but is more general. Also, most users of skb_linearize end up testi