Re: [PATCH] ATA over Ethernet driver for 2.6.9

From: Ed L Cashin
Date: Thu Dec 09 2004 - 10:59:19 EST


Greg KH <greg@xxxxxxxxx> 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@xxxxxxxxxx>

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