Re: kernel list / container_of aka list_entry question

From: Mateusz Berezecki
Date: Sun Dec 25 2005 - 13:34:07 EST


On 12/25/05, Michael Buesch <mbuesch@xxxxxxxxxx> wrote:

> > > list_for_each(iterator, &priv->rxbuf.list) {
> > > struct ath_buf *bf = list_entry(iterator, (struct ath_buf), list);
> ^ ^
> Remove the parenthesis.

yikes. that helped. but it's somewhat weird IMHO... why ((struct foo)
*) wont work?
and it needs to be (struct foo *) ?


kind regards,
Mateusz
-
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/