From: ecashin@coraid.com Date: Tue, 19 Apr 2005 05:00:22 +0000 (-0700) Subject: [PATCH] aoe 12/12: send outgoing packets in order X-Git-Tag: v2.6.12-rc3~24^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4b38364093bf2094ff858ad45f490521bb87984;p=pandora-kernel.git [PATCH] aoe 12/12: send outgoing packets in order I can't use list.h, since sk_buff doesn't have a list_head but instead has two struct sk_buff pointers, and I want to avoid any extra memory allocation. send outgoing packets in order Signed-off-by: Ed L. Cashin Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed