1
0
Fork 0
alistair23-linux/drivers/block/aoe
Ed L. Cashin 19900cdee2 [PATCH] fix aoe without scatter-gather [Bug 7662]
Fix a bug that only appears when AoE goes over a network card that does not
support scatter-gather.  The headers in the linear part of the skb appeared
to be larger than they really were, resulting in data that was offset by 24
bytes.

This patch eliminates the offset data on cards that don't support
scatter-gather or have had scatter-gather turned off.  There remains an
unrelated issue that I'll address in a separate email.

Fixes bugzilla #7662

Signed-off-by: "Ed L. Cashin" <ecashin@coraid.com>
Cc: <stable@kernel.org>
Cc: Greg KH <greg@kroah.com>
Cc: <boddingt@optusnet.com.au>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-12-22 08:55:49 -08:00
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
aoe.h WorkStruct: make allyesconfig 2006-11-22 14:57:56 +00:00
aoeblk.c [PATCH] slab: remove kmem_cache_t 2006-12-07 08:39:25 -08:00
aoechr.c aoe: revert printk macros 2006-10-18 12:53:51 -07:00
aoecmd.c [PATCH] fix aoe without scatter-gather [Bug 7662] 2006-12-22 08:55:49 -08:00
aoedev.c WorkStruct: make allyesconfig 2006-11-22 14:57:56 +00:00
aoemain.c aoe: revert printk macros 2006-10-18 12:53:51 -07:00
aoenet.c aoe: revert printk macros 2006-10-18 12:53:51 -07:00