Re: [PATCH net-next v2 1/2] inetpeer: add namespace support for inetpeer
From: Eric Dumazet <hidden> Date: 2012-06-05 12:18:14
On Tue, 2012-06-05 at 14:15 +0200, Steffen Klassert wrote:
Lookups are done under rcu, yes. But a lookup will not find
these stale entries because the whole interpeer tree is removed
from the inetpeer base before the worker is scheduled. A lookup
would have to cerate a new inetpeer entry in this case.
Thats simply not true. You don't respect basic RCU rules.
Please read them.