Re: [RFC/PATCH] Introduce list_get() and list_get_tail()

From: Dmitry Torokhov
Date: Tue Jul 11 2006 - 13:56:56 EST


On 7/11/06, Josef Sipek <jsipek@xxxxxxxxxxxxxxxxx> wrote:
On Sat, Jul 08, 2006 at 11:28:47PM -0400, Dmitry Torokhov wrote:
...
> +#define list_next_entry list_first_entry

list_next_entry, that sounds almost as something which given any list_head
will give you the next entry. That's all fine until you give it the last
list_head in the list - you'll try to use list_entry on a list_head that's
not part of a struct but is the head of the list instead.

> +#define list_prev_entry list_last_entry

Ditto.

The same could be said about regular list_entry(), however we do have
it and it is pretty useful.

--
Dmitry
-
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/