lkml.org 
[lkml]   [2004]   [Dec]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH] ATA over Ethernet driver for 2.6.9
Date
Greg KH <greg@kroah.com> writes:

...
>> +typedef struct Bufq Bufq;
>> +struct Bufq {
>> + Buf *head, *tail;
>> +};
>
> What's wrong with the in-kernel list structures that you need to create
> your own?

The Buf structures are singly linked (one next pointer). We could
convert it to use list.h, but that would mean having another pointer
per list element.

--
Ed L Cashin <ecashin@coraid.com>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:08    [W:0.093 / U:0.264 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site