commit | a4b38364093bf2094ff858ad45f490521bb87984 | [log] [tgz] |
---|---|---|
author | ecashin@coraid.com <ecashin@coraid.com> | Mon Apr 18 22:00:22 2005 -0700 |
committer | Greg KH <greg@press.kroah.org> | Mon Apr 18 22:00:22 2005 -0700 |
tree | 474c8d5acc153eb1736c9a76be0973a32e5995f8 | |
parent | 0c6f0e7920f39b28bdbe5f134f3e592542332d87 [diff] |
[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>