From: Evgeniy Polyakov <[EMAIL PROTECTED]>
Date: Wed, 9 Aug 2006 10:25:15 +0400

> Unfortunately it is impossible to use list_empty(), since due to RCU
> issues kevent can not use list_del_init(), so list_empty() will
> always show that list is not empty.

I see, just use the LIST_POISON* scheme for now, it's something
we can refine later.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to