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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.

Jeff.

-- 
Note 96.3% of all statistics are fiction.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux