Cc: linux-kernel <linux-kernel@...>, Herbert Xu <herbert@...>, Randy Dunlap <randy.dunlap@...>, Pavel Emelianov <xemul@...>, Zach Brown <zach.brown@...>, Dave Jones <davej@...>, Oleg Nesterov <oleg@...>
On Fri, Sep 07, 2007 at 09:09:52PM +0200, Johannes Berg wrote:
Actually, list_for_each_continue_rcu() needs to be removed in favor of
your new list_for_each_entry_continue_rcu(). There are currently only
two users as of 2.6.22. One of them immediately does a list_entry(),
and the other would convert easily as well. So please let me know
when this gets accepted! ;-)
Thanx, Paul
-