linux/drivers/block/aoe
Herbert Xu 364c6badde [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 testing whether the skb is linear
or not so it helps to make skb_linearize do just that.

Some callers of skb_linearize also use it to copy cloned data, so it's
useful to have a new function skb_linearize_cow to copy the data if it's
either non-linear or cloned.

Last but not least, I've removed the gfp argument since nobody uses it
anymore.  If it's ever needed we can easily add it back.

Misc bugs fixed by this patch:

* via-velocity error handling (also, no SG => no frags)

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-06-17 21:30:16 -07:00
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
aoe.h [PATCH] aoe [3/3]: update version to 22 2006-03-23 22:01:57 -08:00
aoeblk.c [PATCH] mempool: use mempool_create_slab_pool() 2006-03-26 08:57:00 -08:00
aoechr.c [PATCH] aoe [2/8]: support dynamic resizing of AoE devices 2006-03-23 22:01:55 -08:00
aoecmd.c [PATCH] aoe [2/3]: don't request ATA device ID on ATA error 2006-03-23 22:01:57 -08:00
aoedev.c [PATCH] aoe [2/8]: support dynamic resizing of AoE devices 2006-03-23 22:01:55 -08:00
aoemain.c [PATCH] aoe [7/8]: update driver compatibility string 2006-03-23 22:01:56 -08:00
aoenet.c [NET]: Clean up skb_linearize 2006-06-17 21:30:16 -07:00