]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] aoe 12/12: send outgoing packets in order
authorecashin@coraid.com <ecashin@coraid.com>
Tue, 19 Apr 2005 05:00:22 +0000 (22:00 -0700)
committerGreg KH <greg@press.kroah.org>
Tue, 19 Apr 2005 05:00:22 +0000 (22:00 -0700)
commit2cfee0671e2c33b5f8803882fdd3c5b9989308ca
tree474c8d5acc153eb1736c9a76be0973a32e5995f8
parent3762ad8a343f1f911bf5afcb3b3f521e1f94d899
[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 <ecashin@coraid.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/block/aoe/aoe.h
drivers/block/aoe/aoeblk.c
drivers/block/aoe/aoecmd.c