spin_lock(&st->finger_lock); //???
spin_unlock(&st->finger_lock);
Should the list_del_rcu() not be protected by a spinlock?
In some of my code I call synchronize_net(), is it enough to call
rcu_barrier()?
What is the difference between:
synchronize_rcu()
synchronize_net()
rcu_barrier()
Hilsen
Jesper Brouer
--
-------------------------------------------------------------------
MSc. Master of Computer Science
Dept. of Computer Science, University of Copenhagen
Author of http://www.adsl-optimizer.dk
-------------------------------------------------------------------
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html